Color Hex Logo

#cc069a Color Hex

#CC069A
(204,6,154)
0 Favorites   0 Comments

Color spaces of #cc069a

RGB 2046154
HSL0.880.940.41
HSV315°97°80°
CMYK 0.000.970.25   0.20
XYZ30.799715.300731.9019
Yxy15.30070.39490.1962
Hunter Lab39.116172.0962-20.9738
CIE-Lab46.043376.0028-25.8647

#cc069a color RGB value is (204,6,154).

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

The process color (four color CMYK) of #cc069a color hex is 0.00, 0.97, 0.25, 0.20. Web safe color of #cc069a is #cc0099. Color #cc069a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 10011010
Octal 314 6 232
Decimal 204 6 154
Hex CC 6 9A

RGB Percentages of Color #cc069a

%56.04
%1.65
%42.31

CMYK Percentages of Color #cc069a

%0
%97
%25
%20

Triadic Colors of #cc069a

#cc069a #9acc06 #069acc

Analogous Colors of #cc069a

#cc069a #cc0637 #9b06cc

Monochromatic Colors of #cc069a

#cc069a

Complementary Color

#cc069a #06cc38

#cc069a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc069a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc069a Color CSS Codes

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

#cc069a Text Font Color

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

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


#cc069a Background Color

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

This div background color is #cc069a


#cc069a Border Color

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

This div border color is #cc069a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc069a


Comments

No comments written yet.

Please login to write comment.