Color Hex Logo

#cc05bb Color Hex

#CC05BB
(204,5,187)
0 Favorites   0 Comments

Color spaces of #cc05bb

RGB 2045187
HSL0.850.950.41
HSV305°98°80°
CMYK 0.000.980.08   0.20
XYZ33.925816.533848.4170
Yxy16.53380.34310.1672
Hunter Lab40.661877.7718-42.1349
CIE-Lab47.667280.2503-42.8834

#cc05bb color RGB value is (204,5,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000101 10111011
Octal 314 5 273
Decimal 204 5 187
Hex CC 5 BB

RGB Percentages of Color #cc05bb

%51.52
%1.26
%47.22

CMYK Percentages of Color #cc05bb

%0
%98
%8
%20

Triadic Colors of #cc05bb

#cc05bb #bbcc05 #05bbcc

Analogous Colors of #cc05bb

#cc05bb #cc0558 #7a05cc

Monochromatic Colors of #cc05bb

#cc05bb

Complementary Color

#cc05bb #05cc16

#cc05bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc05bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc05bb Color CSS Codes

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

#cc05bb Text Font Color

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

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


#cc05bb Background Color

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

This div background color is #cc05bb


#cc05bb Border Color

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

This div border color is #cc05bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc05bb


Comments

No comments written yet.

Please login to write comment.