Color Hex Logo

#cc29bb Color Hex

#CC29BB
(204,41,187)
0 Favorites   0 Comments

Color spaces of #cc29bb

RGB 20441187
HSL0.850.670.48
HSV306°80°80°
CMYK 0.000.800.08   0.20
XYZ34.664418.011148.6632
Yxy18.01110.34210.1777
Hunter Lab42.439571.5290-38.2772
CIE-Lab49.509674.8643-39.9652

#cc29bb color RGB value is (204,41,187).

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

The process color (four color CMYK) of #cc29bb color hex is 0.00, 0.80, 0.08, 0.20. Web safe color of #cc29bb is #cc33cc. Color #cc29bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 10111011
Octal 314 51 273
Decimal 204 41 187
Hex CC 29 BB

RGB Percentages of Color #cc29bb

%47.22
%9.49
%43.29

CMYK Percentages of Color #cc29bb

%0
%80
%8
%20

Triadic Colors of #cc29bb

#cc29bb #bbcc29 #29bbcc

Analogous Colors of #cc29bb

#cc29bb #cc296a #8c29cc

Monochromatic Colors of #cc29bb

#cc29bb

Complementary Color

#cc29bb #29cc3a

#cc29bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc29bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc29bb Color CSS Codes

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

#cc29bb Text Font Color

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

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


#cc29bb Background Color

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

This div background color is #cc29bb


#cc29bb Border Color

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

This div border color is #cc29bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc29bb


Comments

No comments written yet.

Please login to write comment.