Color Hex Logo

#cc488f Color Hex

#CC488F
(204,72,143)
0 Favorites   0 Comments

Color spaces of #cc488f

RGB 20472143
HSL0.910.560.54
HSV328°65°80°
CMYK 0.000.650.30   0.20
XYZ32.177119.455328.0459
Yxy19.45530.40380.2442
Hunter Lab44.108253.0273-6.8235
CIE-Lab51.215758.7532-11.3634

#cc488f color RGB value is (204,72,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 10001111
Octal 314 110 217
Decimal 204 72 143
Hex CC 48 8F

RGB Percentages of Color #cc488f

%48.69
%17.18
%34.13

CMYK Percentages of Color #cc488f

%0
%65
%30
%20

Triadic Colors of #cc488f

#cc488f #8fcc48 #488fcc

Analogous Colors of #cc488f

#cc488f #cc484d #c748cc

Monochromatic Colors of #cc488f

#cc488f

Complementary Color

#cc488f #48cc85

#cc488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc488f Color CSS Codes

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

#cc488f Text Font Color

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

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


#cc488f Background Color

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

This div background color is #cc488f


#cc488f Border Color

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

This div border color is #cc488f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc488f


Comments

No comments written yet.

Please login to write comment.