Color Hex Logo

#cc488c Color Hex

#CC488C
(204,72,140)
0 Favorites   0 Comments

Color spaces of #cc488c

RGB 20472140
HSL0.910.560.54
HSV329°65°80°
CMYK 0.000.650.31   0.20
XYZ31.952819.365526.8648
Yxy19.36550.40870.2477
Hunter Lab44.006252.5974-5.3908
CIE-Lab51.112158.3880-9.7300

#cc488c color RGB value is (204,72,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 10001100
Octal 314 110 214
Decimal 204 72 140
Hex CC 48 8C

RGB Percentages of Color #cc488c

%49.04
%17.31
%33.65

CMYK Percentages of Color #cc488c

%0
%65
%31
%20

Triadic Colors of #cc488c

#cc488c #8ccc48 #488ccc

Analogous Colors of #cc488c

#cc488c #cc484a #ca48cc

Monochromatic Colors of #cc488c

#cc488c

Complementary Color

#cc488c #48cc88

#cc488c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc488c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc488c Color CSS Codes

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

#cc488c Text Font Color

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

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


#cc488c Background Color

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

This div background color is #cc488c


#cc488c Border Color

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

This div border color is #cc488c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc488c


Comments

No comments written yet.

Please login to write comment.