Color Hex Logo

#9859eb Color Hex

#9859EB
(152,89,235)
0 Favorites   0 Comments

Color spaces of #9859eb

RGB 15289235
HSL0.740.780.64
HSV266°62°92°
CMYK 0.350.620.00   0.08
XYZ31.516719.818380.7615
Yxy19.81830.23860.1500
Hunter Lab44.517748.4645-76.3980
CIE-Lab51.631254.5619-64.4360

#9859eb color RGB value is (152,89,235).

#9859eb hex color red value is 152, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9859eb hue: 0.74 , saturation: 0.78 and the lightness value of 9859eb is 0.64.

The process color (four color CMYK) of #9859eb color hex is 0.35, 0.62, 0.00, 0.08. Web safe color of #9859eb is #9966ff. Color #9859eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011001 11101011
Octal 230 131 353
Decimal 152 89 235
Hex 98 59 EB

RGB Percentages of Color #9859eb

%31.93
%18.70
%49.37

CMYK Percentages of Color #9859eb

%35
%62
%0
%8

Triadic Colors of #9859eb

#9859eb #eb9859 #59eb98

Analogous Colors of #9859eb

#9859eb #e159eb #5963eb

Monochromatic Colors of #9859eb

#9859eb

Complementary Color

#9859eb #aceb59

#9859eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9859eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9859eb Color CSS Codes

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

#9859eb Text Font Color

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

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


#9859eb Background Color

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

This div background color is #9859eb


#9859eb Border Color

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

This div border color is #9859eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,89,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 #9859eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9859eb


Comments

No comments written yet.

Please login to write comment.