Color Hex Logo

#cc059e Color Hex

#CC059E
(204,5,158)
0 Favorites   0 Comments

Color spaces of #cc059e

RGB 2045158
HSL0.870.950.41
HSV314°98°80°
CMYK 0.000.980.23   0.20
XYZ31.127715.414533.6824
Yxy15.41450.38800.1921
Hunter Lab39.261372.8136-23.3822
CIE-Lab46.196876.5562-28.0268

#cc059e color RGB value is (204,5,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000101 10011110
Octal 314 5 236
Decimal 204 5 158
Hex CC 5 9E

RGB Percentages of Color #cc059e

%55.59
%1.36
%43.05

CMYK Percentages of Color #cc059e

%0
%98
%23
%20

Triadic Colors of #cc059e

#cc059e #9ecc05 #059ecc

Analogous Colors of #cc059e

#cc059e #cc053b #9705cc

Monochromatic Colors of #cc059e

#cc059e

Complementary Color

#cc059e #05cc33

#cc059e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc059e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc059e Color CSS Codes

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

#cc059e Text Font Color

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

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


#cc059e Background Color

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

This div background color is #cc059e


#cc059e Border Color

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

This div border color is #cc059e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc059e


Comments

No comments written yet.

Please login to write comment.