Color Hex Logo

#cc29ab Color Hex

#CC29AB
(204,41,171)
1 Favorites   0 Comments

Color spaces of #cc29ab

RGB 20441171
HSL0.870.670.48
HSV312°80°80°
CMYK 0.000.800.16   0.20
XYZ33.045517.363540.1379
Yxy17.36350.36500.1918
Hunter Lab41.669568.6355-27.9420
CIE-Lab48.714872.6399-31.8268

#cc29ab color RGB value is (204,41,171).

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

The process color (four color CMYK) of #cc29ab color hex is 0.00, 0.80, 0.16, 0.20. Web safe color of #cc29ab is #cc3399. Color #cc29ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 10101011
Octal 314 51 253
Decimal 204 41 171
Hex CC 29 AB

RGB Percentages of Color #cc29ab

%49.04
%9.86
%41.11

CMYK Percentages of Color #cc29ab

%0
%80
%16
%20

Triadic Colors of #cc29ab

#cc29ab #abcc29 #29abcc

Analogous Colors of #cc29ab

#cc29ab #cc2959 #9c29cc

Monochromatic Colors of #cc29ab

#cc29ab

Complementary Color

#cc29ab #29cc4a

#cc29ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc29ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc29ab Color CSS Codes

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

#cc29ab Text Font Color

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

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


#cc29ab Background Color

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

This div background color is #cc29ab


#cc29ab Border Color

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

This div border color is #cc29ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc29ab


Comments

No comments written yet.

Please login to write comment.