Color Hex Logo

#cc406c Color Hex

#CC406C
(204,64,108)
0 Favorites   0 Comments

Color spaces of #cc406c

RGB 20464108
HSL0.950.580.53
HSV341°69°80°
CMYK 0.000.690.47   0.20
XYZ29.442017.586916.0302
Yxy17.58690.46690.2789
Hunter Lab41.936751.92806.6923
CIE-Lab48.991258.17426.4475

#cc406c color RGB value is (204,64,108).

#cc406c hex color red value is 204, green value is 64 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cc406c hue: 0.95 , saturation: 0.58 and the lightness value of cc406c is 0.53.

The process color (four color CMYK) of #cc406c color hex is 0.00, 0.69, 0.47, 0.20. Web safe color of #cc406c is #cc3366. Color #cc406c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 01101100
Octal 314 100 154
Decimal 204 64 108
Hex CC 40 6C

RGB Percentages of Color #cc406c

%54.26
%17.02
%28.72

CMYK Percentages of Color #cc406c

%0
%69
%47
%20

Triadic Colors of #cc406c

#cc406c #6ccc40 #406ccc

Analogous Colors of #cc406c

#cc406c #cc5a40 #cc40b2

Monochromatic Colors of #cc406c

#cc406c

Complementary Color

#cc406c #40cca0

#cc406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc406c Color CSS Codes

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

#cc406c Text Font Color

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

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


#cc406c Background Color

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

This div background color is #cc406c


#cc406c Border Color

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

This div border color is #cc406c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc406c


Comments

No comments written yet.

Please login to write comment.