Color Hex Logo

#cc459e Color Hex

#CC459E
(204,69,158)
0 Favorites   0 Comments

Color spaces of #cc459e

RGB 20469158
HSL0.890.570.54
HSV320°66°80°
CMYK 0.000.660.23   0.20
XYZ33.201519.562234.3737
Yxy19.56220.38100.2245
Hunter Lab44.229256.5935-15.1181
CIE-Lab51.338661.8830-20.0807

#cc459e color RGB value is (204,69,158).

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

The process color (four color CMYK) of #cc459e color hex is 0.00, 0.66, 0.23, 0.20. Web safe color of #cc459e is #cc3399. Color #cc459e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000101 10011110
Octal 314 105 236
Decimal 204 69 158
Hex CC 45 9E

RGB Percentages of Color #cc459e

%47.33
%16.01
%36.66

CMYK Percentages of Color #cc459e

%0
%66
%23
%20

Triadic Colors of #cc459e

#cc459e #9ecc45 #459ecc

Analogous Colors of #cc459e

#cc459e #cc455a #b745cc

Monochromatic Colors of #cc459e

#cc459e

Complementary Color

#cc459e #45cc73

#cc459e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc459e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc459e Color CSS Codes

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

#cc459e Text Font Color

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

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


#cc459e Background Color

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

This div background color is #cc459e


#cc459e Border Color

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

This div border color is #cc459e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc459e


Comments

No comments written yet.

Please login to write comment.