Color Hex Logo

#cd35a6 Color Hex

#CD35A6
(205,53,166)
0 Favorites   0 Comments

Color spaces of #cd35a6

RGB 20553166
HSL0.880.600.51
HSV315°74°80°
CMYK 0.000.740.19   0.20
XYZ33.332918.278537.8477
Yxy18.27850.37260.2043
Hunter Lab42.753464.3501-22.5595
CIE-Lab49.832268.8400-27.1193

#cd35a6 color RGB value is (205,53,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 10100110
Octal 315 65 246
Decimal 205 53 166
Hex CD 35 A6

RGB Percentages of Color #cd35a6

%48.35
%12.50
%39.15

CMYK Percentages of Color #cd35a6

%0
%74
%19
%20

Triadic Colors of #cd35a6

#cd35a6 #a6cd35 #35a6cd

Analogous Colors of #cd35a6

#cd35a6 #cd355a #a835cd

Monochromatic Colors of #cd35a6

#cd35a6

Complementary Color

#cd35a6 #35cd5c

#cd35a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd35a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd35a6 Color CSS Codes

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

#cd35a6 Text Font Color

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

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


#cd35a6 Background Color

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

This div background color is #cd35a6


#cd35a6 Border Color

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

This div border color is #cd35a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd35a6


Comments

No comments written yet.

Please login to write comment.