color codes Logo

#cc29db color codes

#CC29DB
(204,41,219)
0 Favorites   0 Comments

Color spaces of #cc29db

RGB 20441219
HSL0.820.710.51
HSV295°81°86°
CMYK 0.070.810.00   0.14
XYZ38.481019.537768.7608
Yxy19.53770.30350.1541
Hunter Lab44.201578.0463-61.2918
CIE-Lab51.310479.7588-55.5368

#cc29db color RGB value is (204,41,219).

#cc29db hex color red value is 204, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc29db hue: 0.82 , saturation: 0.71 and the lightness value of cc29db is 0.51.

The process color (four color CMYK) of #cc29db color code is 0.07, 0.81, 0.00, 0.14. Web safe color of #cc29db is #cc33cc. Color #cc29db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 11011011
Octal 314 51 333
Decimal 204 41 219
Hex CC 29 DB

RGB Percentages of Color #cc29db

%43.97
%8.84
%47.20

CMYK Percentages of Color #cc29db

%7
%81
%0
%14

Triadic Colors of #cc29db

#cc29db #dbcc29 #29dbcc

Analogous Colors of #cc29db

#cc29db #db2991 #7329db

Monochromatic Colors of #cc29db

#cc29db

Complementary Color

#cc29db #38db29

#cc29db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc29db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc29db Color CSS Codes

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

#cc29db Text Font Color

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

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


#cc29db Background Color

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

This div background color is #cc29db


#cc29db Border Color

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

This div border color is #cc29db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc29db


Comments

No comments written yet.

Please login to write comment.