Color Hex Logo

#cc0582 Color Hex

#CC0582
(204,5,130)
0 Favorites   0 Comments

Color spaces of #cc0582

RGB 2045130
HSL0.900.950.41
HSV322°98°80°
CMYK 0.000.980.36   0.20
XYZ28.985414.557622.4013
Yxy14.55760.43950.2208
Hunter Lab38.154468.8338-8.1024
CIE-Lab45.022273.5238-12.8579

#cc0582 color RGB value is (204,5,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000101 10000010
Octal 314 5 202
Decimal 204 5 130
Hex CC 5 82

RGB Percentages of Color #cc0582

%60.18
%1.47
%38.35

CMYK Percentages of Color #cc0582

%0
%98
%36
%20

Triadic Colors of #cc0582

#cc0582 #82cc05 #0582cc

Analogous Colors of #cc0582

#cc0582 #cc051f #b305cc

Monochromatic Colors of #cc0582

#cc0582

Complementary Color

#cc0582 #05cc4f

#cc0582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0582 Color CSS Codes

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

#cc0582 Text Font Color

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

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


#cc0582 Background Color

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

This div background color is #cc0582


#cc0582 Border Color

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

This div border color is #cc0582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0582


Comments

No comments written yet.

Please login to write comment.