Color Hex Logo

#cc067e Color Hex

#CC067E
(204,6,126)
0 Favorites   0 Comments

Color spaces of #cc067e

RGB 2046126
HSL0.900.940.41
HSV324°97°80°
CMYK 0.000.970.38   0.20
XYZ28.732914.474021.0180
Yxy14.47400.44740.2254
Hunter Lab38.044768.2322-6.1238
CIE-Lab44.905273.0481-10.5776

#cc067e color RGB value is (204,6,126).

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

The process color (four color CMYK) of #cc067e color hex is 0.00, 0.97, 0.38, 0.20. Web safe color of #cc067e is #cc0066. Color #cc067e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 01111110
Octal 314 6 176
Decimal 204 6 126
Hex CC 6 7E

RGB Percentages of Color #cc067e

%60.71
%1.79
%37.50

CMYK Percentages of Color #cc067e

%0
%97
%38
%20

Triadic Colors of #cc067e

#cc067e #7ecc06 #067ecc

Analogous Colors of #cc067e

#cc067e #cc061b #b706cc

Monochromatic Colors of #cc067e

#cc067e

Complementary Color

#cc067e #06cc54

#cc067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc067e Color CSS Codes

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

#cc067e Text Font Color

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

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


#cc067e Background Color

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

This div background color is #cc067e


#cc067e Border Color

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

This div border color is #cc067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc067e


Comments

No comments written yet.

Please login to write comment.