Color Hex Logo

#cc058f Color Hex

#CC058F
(204,5,143)
0 Favorites   0 Comments

Color spaces of #cc058f

RGB 2045143
HSL0.880.950.41
HSV318°98°80°
CMYK 0.000.980.30   0.20
XYZ29.914014.929127.2916
Yxy14.92910.41470.2070
Hunter Lab38.638270.5793-14.8320
CIE-Lab45.536974.8614-20.0032

#cc058f color RGB value is (204,5,143).

#cc058f hex color red value is 204, green value is 5 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cc058f hue: 0.88 , saturation: 0.95 and the lightness value of cc058f is 0.41.

The process color (four color CMYK) of #cc058f color hex is 0.00, 0.98, 0.30, 0.20. Web safe color of #cc058f is #cc0099. Color #cc058f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000101 10001111
Octal 314 5 217
Decimal 204 5 143
Hex CC 5 8F

RGB Percentages of Color #cc058f

%57.95
%1.42
%40.63

CMYK Percentages of Color #cc058f

%0
%98
%30
%20

Triadic Colors of #cc058f

#cc058f #8fcc05 #058fcc

Analogous Colors of #cc058f

#cc058f #cc052c #a605cc

Monochromatic Colors of #cc058f

#cc058f

Complementary Color

#cc058f #05cc42

#cc058f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc058f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc058f Color CSS Codes

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

#cc058f Text Font Color

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

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


#cc058f Background Color

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

This div background color is #cc058f


#cc058f Border Color

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

This div border color is #cc058f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc058f


Comments

No comments written yet.

Please login to write comment.