Color Hex Logo

#cc489b Color Hex

#CC489B
(204,72,155)
0 Favorites   0 Comments

Color spaces of #cc489b

RGB 20472155
HSL0.900.560.54
HSV322°65°80°
CMYK 0.000.650.24   0.20
XYZ33.135619.838733.0931
Yxy19.83870.38500.2305
Hunter Lab44.540754.8472-12.8732
CIE-Lab51.654460.2888-17.8237

#cc489b color RGB value is (204,72,155).

#cc489b hex color red value is 204, green value is 72 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cc489b hue: 0.90 , saturation: 0.56 and the lightness value of cc489b is 0.54.

The process color (four color CMYK) of #cc489b color hex is 0.00, 0.65, 0.24, 0.20. Web safe color of #cc489b is #cc3399. Color #cc489b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 10011011
Octal 314 110 233
Decimal 204 72 155
Hex CC 48 9B

RGB Percentages of Color #cc489b

%47.33
%16.71
%35.96

CMYK Percentages of Color #cc489b

%0
%65
%24
%20

Triadic Colors of #cc489b

#cc489b #9bcc48 #489bcc

Analogous Colors of #cc489b

#cc489b #cc4859 #bb48cc

Monochromatic Colors of #cc489b

#cc489b

Complementary Color

#cc489b #48cc79

#cc489b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc489b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc489b Color CSS Codes

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

#cc489b Text Font Color

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

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


#cc489b Background Color

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

This div background color is #cc489b


#cc489b Border Color

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

This div border color is #cc489b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc489b


Comments

No comments written yet.

Please login to write comment.