Color Hex Logo

#cc205f Color Hex

#CC205F
(204,32,95)
0 Favorites   0 Comments

Color spaces of #cc205f

RGB 2043295
HSL0.940.730.46
HSV338°84°80°
CMYK 0.000.840.53   0.20
XYZ27.483914.696612.2146
Yxy14.69660.50530.2702
Hunter Lab38.336160.88177.9444
CIE-Lab45.215866.77469.0869

#cc205f color RGB value is (204,32,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100000 01011111
Octal 314 40 137
Decimal 204 32 95
Hex CC 20 5F

RGB Percentages of Color #cc205f

%61.63
%9.67
%28.70

CMYK Percentages of Color #cc205f

%0
%84
%53
%20

Triadic Colors of #cc205f

#cc205f #5fcc20 #205fcc

Analogous Colors of #cc205f

#cc205f #cc3720 #cc20b5

Monochromatic Colors of #cc205f

#cc205f

Complementary Color

#cc205f #20cc8d

#cc205f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc205f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc205f Color CSS Codes

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

#cc205f Text Font Color

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

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


#cc205f Background Color

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

This div background color is #cc205f


#cc205f Border Color

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

This div border color is #cc205f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,32,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 #cc205f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc205f


Comments

No comments written yet.

Please login to write comment.