color codes Logo

#f70fdc color codes

#F70FDC
(247,15,220)
0 Favorites   0 Comments

Color spaces of #f70fdc

RGB 24715220
HSL0.850.940.51
HSV307°94°97°
CMYK 0.000.940.11   0.03
XYZ51.446925.283169.8787
Yxy25.28310.35090.1725
Hunter Lab50.282394.6402-47.1993
CIE-Lab57.350291.3190-46.0483

#f70fdc color RGB value is (247,15,220).

#f70fdc hex color red value is 247, green value is 15 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f70fdc hue: 0.85 , saturation: 0.94 and the lightness value of f70fdc is 0.51.

The process color (four color CMYK) of #f70fdc color code is 0.00, 0.94, 0.11, 0.03. Web safe color of #f70fdc is #ff00cc. Color #f70fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001111 11011100
Octal 367 17 334
Decimal 247 15 220
Hex F7 F DC

RGB Percentages of Color #f70fdc

%51.24
%3.11
%45.64

CMYK Percentages of Color #f70fdc

%0
%94
%11
%3

Triadic Colors of #f70fdc

#f70fdc #dcf70f #0fdcf7

Analogous Colors of #f70fdc

#f70fdc #f70f68 #9e0ff7

Monochromatic Colors of #f70fdc

#f70fdc

Complementary Color

#f70fdc #0ff72a

#f70fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70fdc Color CSS Codes

.mybgcolor {background-color:#f70fdc; } 
.myforecolor {color:#f70fdc; }
.mybordercolor {border:3px solid #f70fdc; }

#f70fdc Text Font Color

<p style="color:#f70fdc">Text here</p>

This sample text font color is #f70fdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f70fdc Background Color

<div style="background-color:#f70fdc">
Div content here</div>

This div background color is #f70fdc


#f70fdc Border Color

<div style="border:3px solid #f70fdc">
Div here</div>

This div border color is #f70fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,15,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f70fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f70fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #f70fdc;
  box-shadow:         1px 1px 3px 2px #f70fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,15,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f70fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f70fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #f70fdc;
  box-shadow:         1px 1px 3px 2px #f70fdc;">
Div content here</div>

This div box has shadow with color #f70fdc


Comments

No comments written yet.

Please login to write comment.