Color Hex Logo

#cd4add Color Hex

#CD4ADD
(205,74,221)
0 Favorites   0 Comments

Color spaces of #cd4add

RGB 20574221
HSL0.820.680.58
HSV293°67°87°
CMYK 0.070.670.00   0.13
XYZ40.676823.097270.7209
Yxy23.09720.30240.1717
Hunter Lab48.059566.9752-53.6051
CIE-Lab55.172370.0186-50.4936

#cd4add color RGB value is (205,74,221).

#cd4add hex color red value is 205, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd4add hue: 0.82 , saturation: 0.68 and the lightness value of cd4add is 0.58.

The process color (four color CMYK) of #cd4add color hex is 0.07, 0.67, 0.00, 0.13. Web safe color of #cd4add is #cc33cc. Color #cd4add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001010 11011101
Octal 315 112 335
Decimal 205 74 221
Hex CD 4A DD

RGB Percentages of Color #cd4add

%41.00
%14.80
%44.20

CMYK Percentages of Color #cd4add

%7
%67
%0
%13

Triadic Colors of #cd4add

#cd4add #ddcd4a #4addcd

Analogous Colors of #cd4add

#cd4add #dd4aa4 #844add

Monochromatic Colors of #cd4add

#cd4add

Complementary Color

#cd4add #5add4a

#cd4add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd4add Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd4add Color CSS Codes

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

#cd4add Text Font Color

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

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


#cd4add Background Color

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

This div background color is #cd4add


#cd4add Border Color

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

This div border color is #cd4add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd4add


Comments

No comments written yet.

Please login to write comment.