Color Hex Logo

#cc285f Color Hex

#CC285F
(204,40,95)
0 Favorites   0 Comments

Color spaces of #cc285f

RGB 2044095
HSL0.940.670.48
HSV340°80°80°
CMYK 0.000.800.53   0.20
XYZ27.726215.181212.2954
Yxy15.18120.50230.2750
Hunter Lab38.963158.83568.5643
CIE-Lab45.881464.874610.0222

#cc285f color RGB value is (204,40,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 01011111
Octal 314 50 137
Decimal 204 40 95
Hex CC 28 5F

RGB Percentages of Color #cc285f

%60.18
%11.80
%28.02

CMYK Percentages of Color #cc285f

%0
%80
%53
%20

Triadic Colors of #cc285f

#cc285f #5fcc28 #285fcc

Analogous Colors of #cc285f

#cc285f #cc4328 #cc28b1

Monochromatic Colors of #cc285f

#cc285f

Complementary Color

#cc285f #28cc95

#cc285f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc285f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc285f Color CSS Codes

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

#cc285f Text Font Color

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

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


#cc285f Background Color

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

This div background color is #cc285f


#cc285f Border Color

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

This div border color is #cc285f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc285f


Comments

No comments written yet.

Please login to write comment.