Color Hex Logo

#cc456b Color Hex

#CC456B
(204,69,107)
0 Favorites   0 Comments

Color spaces of #cc456b

RGB 20469107
HSL0.950.570.54
HSV343°66°80°
CMYK 0.000.660.48   0.20
XYZ29.683818.155115.8497
Yxy18.15510.46610.2851
Hunter Lab42.608849.78827.7714
CIE-Lab49.683756.11288.0394

#cc456b color RGB value is (204,69,107).

#cc456b hex color red value is 204, green value is 69 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cc456b hue: 0.95 , saturation: 0.57 and the lightness value of cc456b is 0.54.

The process color (four color CMYK) of #cc456b color hex is 0.00, 0.66, 0.48, 0.20. Web safe color of #cc456b is #cc3366. Color #cc456b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000101 01101011
Octal 314 105 153
Decimal 204 69 107
Hex CC 45 6B

RGB Percentages of Color #cc456b

%53.68
%18.16
%28.16

CMYK Percentages of Color #cc456b

%0
%66
%48
%20

Triadic Colors of #cc456b

#cc456b #6bcc45 #456bcc

Analogous Colors of #cc456b

#cc456b #cc6245 #cc45af

Monochromatic Colors of #cc456b

#cc456b

Complementary Color

#cc456b #45cca6

#cc456b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc456b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc456b Color CSS Codes

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

#cc456b Text Font Color

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

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


#cc456b Background Color

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

This div background color is #cc456b


#cc456b Border Color

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

This div border color is #cc456b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc456b


Comments

No comments written yet.

Please login to write comment.