Color Hex Logo

#8e0abb Color Hex

#8E0ABB
(142,10,187)
0 Favorites   0 Comments

Color spaces of #8e0abb

RGB 14210187
HSL0.790.900.39
HSV285°95°73°
CMYK 0.240.950.00   0.27
XYZ20.23359.555747.7917
Yxy9.55570.26080.1232
Hunter Lab30.912362.7398-70.0262
CIE-Lab37.032969.9579-60.5583

#8e0abb color RGB value is (142,10,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00001010 10111011
Octal 216 12 273
Decimal 142 10 187
Hex 8E A BB

RGB Percentages of Color #8e0abb

%41.89
%2.95
%55.16

CMYK Percentages of Color #8e0abb

%24
%95
%0
%27

Triadic Colors of #8e0abb

#8e0abb #bb8e0a #0abb8e

Analogous Colors of #8e0abb

#8e0abb #bb0a90 #350abb

Monochromatic Colors of #8e0abb

#8e0abb

Complementary Color

#8e0abb #37bb0a

#8e0abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e0abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e0abb Color CSS Codes

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

#8e0abb Text Font Color

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

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


#8e0abb Background Color

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

This div background color is #8e0abb


#8e0abb Border Color

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

This div border color is #8e0abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,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 #8e0abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e0abb


Comments

No comments written yet.

Please login to write comment.