Color Hex Logo

#cf006f Color Hex

#CF006F
(207,0,111)
0 Favorites   0 Comments

Color spaces of #cf006f

RGB 2070111
HSL0.911.000.41
HSV328°100°81°
CMYK 0.001.000.46   0.19
XYZ28.601414.413116.3135
Yxy14.41310.48210.2429
Hunter Lab37.964668.03861.0981
CIE-Lab44.819672.9041-1.3633

#cf006f color RGB value is (207,0,111).

#cf006f hex color red value is 207, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cf006f hue: 0.91 , saturation: 1.00 and the lightness value of cf006f is 0.41.

The process color (four color CMYK) of #cf006f color hex is 0.00, 1.00, 0.46, 0.19. Web safe color of #cf006f is #cc0066. Color #cf006f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000000 01101111
Octal 317 0 157
Decimal 207 0 111
Hex CF 0 6F

RGB Percentages of Color #cf006f

%65.09
%0.00
%34.91

CMYK Percentages of Color #cf006f

%0
%100
%46
%19

Triadic Colors of #cf006f

#cf006f #6fcf00 #006fcf

Analogous Colors of #cf006f

#cf006f #cf0007 #c800cf

Monochromatic Colors of #cf006f

#cf006f

Complementary Color

#cf006f #00cf60

#cf006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf006f Color CSS Codes

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

#cf006f Text Font Color

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

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


#cf006f Background Color

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

This div background color is #cf006f


#cf006f Border Color

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

This div border color is #cf006f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,0,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf006f


Comments

No comments written yet.

Please login to write comment.