Color Hex Logo

#9539eb Color Hex

#9539EB
(149,57,235)
0 Favorites   0 Comments

Color spaces of #9539eb

RGB 14957235
HSL0.750.820.57
HSV271°76°92°
CMYK 0.370.760.00   0.08
XYZ28.852915.314080.0324
Yxy15.31400.23230.1233
Hunter Lab39.133163.1254-93.8628
CIE-Lab46.061368.5313-73.4928

#9539eb color RGB value is (149,57,235).

#9539eb hex color red value is 149, green value is 57 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9539eb hue: 0.75 , saturation: 0.82 and the lightness value of 9539eb is 0.57.

The process color (four color CMYK) of #9539eb color hex is 0.37, 0.76, 0.00, 0.08. Web safe color of #9539eb is #9933ff. Color #9539eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111001 11101011
Octal 225 71 353
Decimal 149 57 235
Hex 95 39 EB

RGB Percentages of Color #9539eb

%33.79
%12.93
%53.29

CMYK Percentages of Color #9539eb

%37
%76
%0
%8

Triadic Colors of #9539eb

#9539eb #eb9539 #39eb95

Analogous Colors of #9539eb

#9539eb #eb39e8 #3c39eb

Monochromatic Colors of #9539eb

#9539eb

Complementary Color

#9539eb #8feb39

#9539eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9539eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9539eb Color CSS Codes

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

#9539eb Text Font Color

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

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


#9539eb Background Color

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

This div background color is #9539eb


#9539eb Border Color

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

This div border color is #9539eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,57,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9539eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9539eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9539eb;
  box-shadow:         1px 1px 3px 2px #9539eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9539eb


Comments

No comments written yet.

Please login to write comment.