Color Hex Logo

#cc489d Color Hex

#CC489D
(204,72,157)
0 Favorites   0 Comments

Color spaces of #cc489d

RGB 20472157
HSL0.890.560.54
HSV321°65°80°
CMYK 0.000.650.23   0.20
XYZ33.305019.906433.9852
Yxy19.90640.38200.2283
Hunter Lab44.616655.1661-13.9306
CIE-Lab51.731260.5561-18.8887

#cc489d color RGB value is (204,72,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 10011101
Octal 314 110 235
Decimal 204 72 157
Hex CC 48 9D

RGB Percentages of Color #cc489d

%47.11
%16.63
%36.26

CMYK Percentages of Color #cc489d

%0
%65
%23
%20

Triadic Colors of #cc489d

#cc489d #9dcc48 #489dcc

Analogous Colors of #cc489d

#cc489d #cc485b #b948cc

Monochromatic Colors of #cc489d

#cc489d

Complementary Color

#cc489d #48cc77

#cc489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc489d Color CSS Codes

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

#cc489d Text Font Color

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

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


#cc489d Background Color

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

This div background color is #cc489d


#cc489d Border Color

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

This div border color is #cc489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc489d


Comments

No comments written yet.

Please login to write comment.