Color Hex Logo

#cf07ac Color Hex

#CF07AC
(207,7,172)
0 Favorites   0 Comments

Color spaces of #cf07ac

RGB 2077172
HSL0.860.930.42
HSV311°97°81°
CMYK 0.000.970.17   0.19
XYZ33.254516.395940.4417
Yxy16.39590.36910.1820
Hunter Lab40.491975.7349-30.8723
CIE-Lab47.489778.6604-34.3000

#cf07ac color RGB value is (207,7,172).

#cf07ac hex color red value is 207, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cf07ac hue: 0.86 , saturation: 0.93 and the lightness value of cf07ac is 0.42.

The process color (four color CMYK) of #cf07ac color hex is 0.00, 0.97, 0.17, 0.19. Web safe color of #cf07ac is #cc0099. Color #cf07ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000111 10101100
Octal 317 7 254
Decimal 207 7 172
Hex CF 7 AC

RGB Percentages of Color #cf07ac

%53.63
%1.81
%44.56

CMYK Percentages of Color #cf07ac

%0
%97
%17
%19

Triadic Colors of #cf07ac

#cf07ac #accf07 #07accf

Analogous Colors of #cf07ac

#cf07ac #cf0748 #8e07cf

Monochromatic Colors of #cf07ac

#cf07ac

Complementary Color

#cf07ac #07cf2a

#cf07ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf07ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf07ac Color CSS Codes

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

#cf07ac Text Font Color

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

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


#cf07ac Background Color

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

This div background color is #cf07ac


#cf07ac Border Color

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

This div border color is #cf07ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,7,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 #cf07ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf07ac


Comments

No comments written yet.

Please login to write comment.