Color Hex Logo

#f70cac Color Hex

#F70CAC
(247,12,172)
0 Favorites   0 Comments

Color spaces of #f70cac

RGB 24712172
HSL0.890.940.51
HSV319°95°97°
CMYK 0.000.950.30   0.03
XYZ45.935623.015741.0511
Yxy23.01570.41760.2092
Hunter Lab47.974786.9575-17.1511
CIE-Lab55.088585.9641-21.9171

#f70cac color RGB value is (247,12,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001100 10101100
Octal 367 14 254
Decimal 247 12 172
Hex F7 C AC

RGB Percentages of Color #f70cac

%57.31
%2.78
%39.91

CMYK Percentages of Color #f70cac

%0
%95
%30
%3

Triadic Colors of #f70cac

#f70cac #acf70c #0cacf7

Analogous Colors of #f70cac

#f70cac #f70c37 #cd0cf7

Monochromatic Colors of #f70cac

#f70cac

Complementary Color

#f70cac #0cf757

#f70cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70cac Color CSS Codes

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

#f70cac Text Font Color

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

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


#f70cac Background Color

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

This div background color is #f70cac


#f70cac Border Color

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

This div border color is #f70cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70cac


Comments

No comments written yet.

Please login to write comment.