Color Hex Logo

#cc29ba Color Hex

#CC29BA
(204,41,186)
0 Favorites   0 Comments

Color spaces of #cc29ba

RGB 20441186
HSL0.850.670.48
HSV307°80°80°
CMYK 0.000.800.09   0.20
XYZ34.557717.968448.1012
Yxy17.96840.34340.1786
Hunter Lab42.389171.3409-37.6071
CIE-Lab49.457874.7207-39.4636

#cc29ba color RGB value is (204,41,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 10111010
Octal 314 51 272
Decimal 204 41 186
Hex CC 29 BA

RGB Percentages of Color #cc29ba

%47.33
%9.51
%43.16

CMYK Percentages of Color #cc29ba

%0
%80
%9
%20

Triadic Colors of #cc29ba

#cc29ba #bacc29 #29bacc

Analogous Colors of #cc29ba

#cc29ba #cc2969 #8d29cc

Monochromatic Colors of #cc29ba

#cc29ba

Complementary Color

#cc29ba #29cc3b

#cc29ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc29ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc29ba Color CSS Codes

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

#cc29ba Text Font Color

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

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


#cc29ba Background Color

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

This div background color is #cc29ba


#cc29ba Border Color

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

This div border color is #cc29ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc29ba


Comments

No comments written yet.

Please login to write comment.