Color Hex Logo

#9877eb Color Hex

#9877EB
(152,119,235)
0 Favorites   0 Comments

Color spaces of #9877eb

RGB 152119235
HSL0.710.740.69
HSV257°49°92°
CMYK 0.350.490.00   0.08
XYZ34.541125.867281.7696
Yxy25.86720.24290.1819
Hunter Lab50.859832.2224-59.7213
CIE-Lab57.910838.2281-54.3593

#9877eb color RGB value is (152,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110111 11101011
Octal 230 167 353
Decimal 152 119 235
Hex 98 77 EB

RGB Percentages of Color #9877eb

%30.04
%23.52
%46.44

CMYK Percentages of Color #9877eb

%35
%49
%0
%8

Triadic Colors of #9877eb

#9877eb #eb9877 #77eb98

Analogous Colors of #9877eb

#9877eb #d277eb #7790eb

Monochromatic Colors of #9877eb

#9877eb

Complementary Color

#9877eb #caeb77

#9877eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9877eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9877eb Color CSS Codes

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

#9877eb Text Font Color

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

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


#9877eb Background Color

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

This div background color is #9877eb


#9877eb Border Color

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

This div border color is #9877eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9877eb


Comments

No comments written yet.

Please login to write comment.