Color Hex Logo

#f70cad Color Hex

#F70CAD
(247,12,173)
0 Favorites   0 Comments

Color spaces of #f70cad

RGB 24712173
HSL0.890.940.51
HSV319°95°97°
CMYK 0.000.950.30   0.03
XYZ46.032123.054241.5589
Yxy23.05420.41600.2084
Hunter Lab48.014887.1033-17.7077
CIE-Lab55.128186.0680-22.4421

#f70cad color RGB value is (247,12,173).

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

The process color (four color CMYK) of #f70cad color hex is 0.00, 0.95, 0.30, 0.03. Web safe color of #f70cad is #ff0099. Color #f70cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001100 10101101
Octal 367 14 255
Decimal 247 12 173
Hex F7 C AD

RGB Percentages of Color #f70cad

%57.18
%2.78
%40.05

CMYK Percentages of Color #f70cad

%0
%95
%30
%3

Triadic Colors of #f70cad

#f70cad #adf70c #0cadf7

Analogous Colors of #f70cad

#f70cad #f70c37 #cc0cf7

Monochromatic Colors of #f70cad

#f70cad

Complementary Color

#f70cad #0cf756

#f70cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70cad Color CSS Codes

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

#f70cad Text Font Color

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

This sample text font color is #f70cad
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.


#f70cad Background Color

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

This div background color is #f70cad


#f70cad Border Color

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

This div border color is #f70cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70cad


Comments

No comments written yet.

Please login to write comment.