Color Hex Logo

#9e0abb Color Hex

#9E0ABB
(158,10,187)
0 Favorites   0 Comments

Color spaces of #9e0abb

RGB 15810187
HSL0.810.900.39
HSV290°95°73°
CMYK 0.160.950.00   0.27
XYZ23.178711.074047.9296
Yxy11.07400.28200.1347
Hunter Lab33.277666.0939-62.1008
CIE-Lab39.704872.2756-56.0976

#9e0abb color RGB value is (158,10,187).

#9e0abb hex color red value is 158, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9e0abb hue: 0.81 , saturation: 0.90 and the lightness value of 9e0abb is 0.39.

The process color (four color CMYK) of #9e0abb color hex is 0.16, 0.95, 0.00, 0.27. Web safe color of #9e0abb is #9900cc. Color #9e0abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00001010 10111011
Octal 236 12 273
Decimal 158 10 187
Hex 9E A BB

RGB Percentages of Color #9e0abb

%44.51
%2.82
%52.68

CMYK Percentages of Color #9e0abb

%16
%95
%0
%27

Triadic Colors of #9e0abb

#9e0abb #bb9e0a #0abb9e

Analogous Colors of #9e0abb

#9e0abb #bb0a80 #460abb

Monochromatic Colors of #9e0abb

#9e0abb

Complementary Color

#9e0abb #27bb0a

#9e0abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e0abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e0abb Color CSS Codes

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

#9e0abb Text Font Color

<p style="color:#9e0abb">Text here</p>

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


#9e0abb Background Color

<div style="background-color:#9e0abb">
Div content here</div>

This div background color is #9e0abb


#9e0abb Border Color

<div style="border:3px solid #9e0abb">
Div here</div>

This div border color is #9e0abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,10,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e0abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e0abb;
  -webkit-box-shadow: 1px 1px 3px 2px #9e0abb;
  box-shadow:         1px 1px 3px 2px #9e0abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,10,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e0abb


Comments

No comments written yet.

Please login to write comment.