Color Hex Logo

#cc05b5 Color Hex

#CC05B5
(204,5,181)
0 Favorites   0 Comments

Color spaces of #cc05b5

RGB 2045181
HSL0.850.950.41
HSV307°98°80°
CMYK 0.000.980.11   0.20
XYZ33.296616.282145.1039
Yxy16.28210.35170.1720
Hunter Lab40.351176.6789-38.0278
CIE-Lab47.342479.4436-39.8787

#cc05b5 color RGB value is (204,5,181).

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

The process color (four color CMYK) of #cc05b5 color hex is 0.00, 0.98, 0.11, 0.20. Web safe color of #cc05b5 is #cc00cc. Color #cc05b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000101 10110101
Octal 314 5 265
Decimal 204 5 181
Hex CC 5 B5

RGB Percentages of Color #cc05b5

%52.31
%1.28
%46.41

CMYK Percentages of Color #cc05b5

%0
%98
%11
%20

Triadic Colors of #cc05b5

#cc05b5 #b5cc05 #05b5cc

Analogous Colors of #cc05b5

#cc05b5 #cc0552 #8005cc

Monochromatic Colors of #cc05b5

#cc05b5

Complementary Color

#cc05b5 #05cc1c

#cc05b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc05b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc05b5 Color CSS Codes

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

#cc05b5 Text Font Color

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

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


#cc05b5 Background Color

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

This div background color is #cc05b5


#cc05b5 Border Color

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

This div border color is #cc05b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc05b5


Comments

No comments written yet.

Please login to write comment.