Color Hex Logo

#cf016f Color Hex

#CF016F
(207,1,111)
0 Favorites   0 Comments

Color spaces of #cf016f

RGB 2071111
HSL0.910.990.41
HSV328°100°81°
CMYK 0.001.000.46   0.19
XYZ28.612214.434816.3171
Yxy14.43480.48200.2432
Hunter Lab37.993267.93821.1317
CIE-Lab44.850172.8148-1.3185

#cf016f color RGB value is (207,1,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000001 01101111
Octal 317 1 157
Decimal 207 1 111
Hex CF 1 6F

RGB Percentages of Color #cf016f

%64.89
%0.31
%34.80

CMYK Percentages of Color #cf016f

%0
%100
%46
%19

Triadic Colors of #cf016f

#cf016f #6fcf01 #016fcf

Analogous Colors of #cf016f

#cf016f #cf0108 #c801cf

Monochromatic Colors of #cf016f

#cf016f

Complementary Color

#cf016f #01cf61

#cf016f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf016f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf016f Color CSS Codes

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

#cf016f Text Font Color

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

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


#cf016f Background Color

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

This div background color is #cf016f


#cf016f Border Color

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

This div border color is #cf016f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf016f


Comments

No comments written yet.

Please login to write comment.