Color Hex Logo

#cd29cc Color Hex

#CD29CC
(205,41,204)
0 Favorites   0 Comments

Color spaces of #cd29cc

RGB 20541204
HSL0.830.670.48
HSV300°80°80°
CMYK 0.000.800.00   0.20
XYZ36.868918.924658.8364
Yxy18.92460.32160.1651
Hunter Lab43.502475.1520-49.7372
CIE-Lab50.598977.5868-48.0759

#cd29cc color RGB value is (205,41,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101001 11001100
Octal 315 51 314
Decimal 205 41 204
Hex CD 29 CC

RGB Percentages of Color #cd29cc

%45.56
%9.11
%45.33

CMYK Percentages of Color #cd29cc

%0
%80
%0
%20

Triadic Colors of #cd29cc

#cd29cc #cccd29 #29cccd

Analogous Colors of #cd29cc

#cd29cc #cd297a #7c29cd

Monochromatic Colors of #cd29cc

#cd29cc

Complementary Color

#cd29cc #29cd2a

#cd29cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd29cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd29cc Color CSS Codes

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

#cd29cc Text Font Color

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

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


#cd29cc Background Color

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

This div background color is #cd29cc


#cd29cc Border Color

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

This div border color is #cd29cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd29cc


Comments

No comments written yet.

Please login to write comment.