Color Hex Logo

#cd35ad Color Hex

#CD35AD
(205,53,173)
0 Favorites   0 Comments

Color spaces of #cd35ad

RGB 20553173
HSL0.870.600.51
HSV313°74°80°
CMYK 0.000.740.16   0.20
XYZ33.992818.542541.3226
Yxy18.54250.36220.1976
Hunter Lab43.061065.5530-26.7537
CIE-Lab50.147669.7921-30.7537

#cd35ad color RGB value is (205,53,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 10101101
Octal 315 65 255
Decimal 205 53 173
Hex CD 35 AD

RGB Percentages of Color #cd35ad

%47.56
%12.30
%40.14

CMYK Percentages of Color #cd35ad

%0
%74
%16
%20

Triadic Colors of #cd35ad

#cd35ad #adcd35 #35adcd

Analogous Colors of #cd35ad

#cd35ad #cd3561 #a135cd

Monochromatic Colors of #cd35ad

#cd35ad

Complementary Color

#cd35ad #35cd55

#cd35ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd35ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd35ad Color CSS Codes

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

#cd35ad Text Font Color

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

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


#cd35ad Background Color

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

This div background color is #cd35ad


#cd35ad Border Color

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

This div border color is #cd35ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,53,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 #cd35ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd35ad


Comments

No comments written yet.

Please login to write comment.