Color Hex Logo

#cf067f Color Hex

#CF067F
(207,6,127)
0 Favorites   0 Comments

Color spaces of #cf067f

RGB 2076127
HSL0.900.940.42
HSV324°97°81°
CMYK 0.000.970.39   0.19
XYZ29.628014.928021.3985
Yxy14.92800.44920.2263
Hunter Lab38.636869.2656-5.7913
CIE-Lab45.535473.7806-10.1843

#cf067f color RGB value is (207,6,127).

#cf067f hex color red value is 207, green value is 6 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cf067f hue: 0.90 , saturation: 0.94 and the lightness value of cf067f is 0.42.

The process color (four color CMYK) of #cf067f color hex is 0.00, 0.97, 0.39, 0.19. Web safe color of #cf067f is #cc0066. Color #cf067f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000110 01111111
Octal 317 6 177
Decimal 207 6 127
Hex CF 6 7F

RGB Percentages of Color #cf067f

%60.88
%1.76
%37.35

CMYK Percentages of Color #cf067f

%0
%97
%39
%19

Triadic Colors of #cf067f

#cf067f #7fcf06 #067fcf

Analogous Colors of #cf067f

#cf067f #cf061b #bb06cf

Monochromatic Colors of #cf067f

#cf067f

Complementary Color

#cf067f #06cf56

#cf067f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf067f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf067f Color CSS Codes

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

#cf067f Text Font Color

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

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


#cf067f Background Color

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

This div background color is #cf067f


#cf067f Border Color

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

This div border color is #cf067f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf067f


Comments

No comments written yet.

Please login to write comment.