Color Hex Logo

#5e0abb Color Hex

#5E0ABB
(94,10,187)
0 Favorites   0 Comments

Color spaces of #5e0abb

RGB 9410187
HSL0.750.900.39
HSV268°95°73°
CMYK 0.500.950.00   0.27
XYZ13.69436.184647.4857
Yxy6.18460.20330.0918
Hunter Lab24.868954.7724-95.8028
CIE-Lab29.873564.3916-72.5770

#5e0abb color RGB value is (94,10,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 00001010 10111011
Octal 136 12 273
Decimal 94 10 187
Hex 5E A BB

RGB Percentages of Color #5e0abb

%32.30
%3.44
%64.26

CMYK Percentages of Color #5e0abb

%50
%95
%0
%27

Triadic Colors of #5e0abb

#5e0abb #bb5e0a #0abb5e

Analogous Colors of #5e0abb

#5e0abb #b70abb #0a0fbb

Monochromatic Colors of #5e0abb

#5e0abb

Complementary Color

#5e0abb #67bb0a

#5e0abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e0abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e0abb Color CSS Codes

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

#5e0abb Text Font Color

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

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


#5e0abb Background Color

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

This div background color is #5e0abb


#5e0abb Border Color

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

This div border color is #5e0abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e0abb


Comments

No comments written yet.

Please login to write comment.