Color Hex Logo

#9535cd Color Hex

#9535CD
(149,53,205)
0 Favorites   0 Comments

Color spaces of #9535cd

RGB 14953205
HSL0.770.600.51
HSV278°74°80°
CMYK 0.270.740.00   0.20
XYZ24.687013.343559.0320
Yxy13.34350.25430.1375
Hunter Lab36.528856.7092-70.2450
CIE-Lab43.276363.5152-60.8814

#9535cd color RGB value is (149,53,205).

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

The process color (four color CMYK) of #9535cd color hex is 0.27, 0.74, 0.00, 0.20. Web safe color of #9535cd is #9933cc. Color #9535cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110101 11001101
Octal 225 65 315
Decimal 149 53 205
Hex 95 35 CD

RGB Percentages of Color #9535cd

%36.61
%13.02
%50.37

CMYK Percentages of Color #9535cd

%27
%74
%0
%20

Triadic Colors of #9535cd

#9535cd #cd9535 #35cd95

Analogous Colors of #9535cd

#9535cd #cd35b9 #4935cd

Monochromatic Colors of #9535cd

#9535cd

Complementary Color

#9535cd #6dcd35

#9535cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9535cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9535cd Color CSS Codes

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

#9535cd Text Font Color

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

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


#9535cd Background Color

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

This div background color is #9535cd


#9535cd Border Color

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

This div border color is #9535cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9535cd


Comments

No comments written yet.

Please login to write comment.