Color Hex Logo

#9857eb Color Hex

#9857EB
(152,87,235)
0 Favorites   0 Comments

Color spaces of #9857eb

RGB 15287235
HSL0.740.790.63
HSV266°63°92°
CMYK 0.350.630.00   0.08
XYZ31.352519.489980.7067
Yxy19.48990.23830.1482
Hunter Lab44.147449.5089-77.4861
CIE-Lab51.255555.5789-65.0428

#9857eb color RGB value is (152,87,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010111 11101011
Octal 230 127 353
Decimal 152 87 235
Hex 98 57 EB

RGB Percentages of Color #9857eb

%32.07
%18.35
%49.58

CMYK Percentages of Color #9857eb

%35
%63
%0
%8

Triadic Colors of #9857eb

#9857eb #eb9857 #57eb98

Analogous Colors of #9857eb

#9857eb #e257eb #5760eb

Monochromatic Colors of #9857eb

#9857eb

Complementary Color

#9857eb #aaeb57

#9857eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9857eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9857eb Color CSS Codes

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

#9857eb Text Font Color

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

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


#9857eb Background Color

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

This div background color is #9857eb


#9857eb Border Color

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

This div border color is #9857eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9857eb


Comments

No comments written yet.

Please login to write comment.