Color Hex Logo

#cc287f Color Hex

#CC287F
(204,40,127)
0 Favorites   0 Comments

Color spaces of #cc287f

RGB 20440127
HSL0.910.670.48
HSV328°80°80°
CMYK 0.000.800.38   0.20
XYZ29.491415.887321.5909
Yxy15.88730.44040.2372
Hunter Lab39.858962.3183-4.2152
CIE-Lab46.826367.6947-8.3061

#cc287f color RGB value is (204,40,127).

#cc287f hex color red value is 204, green value is 40 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc287f hue: 0.91 , saturation: 0.67 and the lightness value of cc287f is 0.48.

The process color (four color CMYK) of #cc287f color hex is 0.00, 0.80, 0.38, 0.20. Web safe color of #cc287f is #cc3366. Color #cc287f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 01111111
Octal 314 50 177
Decimal 204 40 127
Hex CC 28 7F

RGB Percentages of Color #cc287f

%54.99
%10.78
%34.23

CMYK Percentages of Color #cc287f

%0
%80
%38
%20

Triadic Colors of #cc287f

#cc287f #7fcc28 #287fcc

Analogous Colors of #cc287f

#cc287f #cc282d #c728cc

Monochromatic Colors of #cc287f

#cc287f

Complementary Color

#cc287f #28cc75

#cc287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc287f Color CSS Codes

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

#cc287f Text Font Color

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

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


#cc287f Background Color

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

This div background color is #cc287f


#cc287f Border Color

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

This div border color is #cc287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc287f


Comments

No comments written yet.

Please login to write comment.