Color Hex Logo

#cd33ad Color Hex

#CD33AD
(205,51,173)
0 Favorites   0 Comments

Color spaces of #cd33ad

RGB 20551173
HSL0.870.610.50
HSV312°75°80°
CMYK 0.000.750.16   0.20
XYZ33.903518.363941.2928
Yxy18.36390.36240.1963
Hunter Lab42.853166.2284-27.1340
CIE-Lab49.934570.3994-31.0863

#cd33ad color RGB value is (205,51,173).

#cd33ad hex color red value is 205, green value is 51 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cd33ad hue: 0.87 , saturation: 0.61 and the lightness value of cd33ad is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110011 10101101
Octal 315 63 255
Decimal 205 51 173
Hex CD 33 AD

RGB Percentages of Color #cd33ad

%47.79
%11.89
%40.33

CMYK Percentages of Color #cd33ad

%0
%75
%16
%20

Triadic Colors of #cd33ad

#cd33ad #adcd33 #33adcd

Analogous Colors of #cd33ad

#cd33ad #cd3360 #a033cd

Monochromatic Colors of #cd33ad

#cd33ad

Complementary Color

#cd33ad #33cd53

#cd33ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd33ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd33ad Color CSS Codes

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

#cd33ad Text Font Color

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

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


#cd33ad Background Color

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

This div background color is #cd33ad


#cd33ad Border Color

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

This div border color is #cd33ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd33ad


Comments

No comments written yet.

Please login to write comment.