Color Hex Logo

#5e0bad Color Hex

#5E0BAD
(94,11,173)
0 Favorites   0 Comments

Color spaces of #5e0bad

RGB 9411173
HSL0.750.880.36
HSV271°94°68°
CMYK 0.460.940.00   0.32
XYZ12.27865.636239.9759
Yxy5.63620.21210.0974
Hunter Lab23.740750.7734-83.2174
CIE-Lab28.475461.0547-66.5291

#5e0bad color RGB value is (94,11,173).

#5e0bad hex color red value is 94, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5e0bad hue: 0.75 , saturation: 0.88 and the lightness value of 5e0bad is 0.36.

The process color (four color CMYK) of #5e0bad color hex is 0.46, 0.94, 0.00, 0.32. Web safe color of #5e0bad is #660099. Color #5e0bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00001011 10101101
Octal 136 13 255
Decimal 94 11 173
Hex 5E B AD

RGB Percentages of Color #5e0bad

%33.81
%3.96
%62.23

CMYK Percentages of Color #5e0bad

%46
%94
%0
%32

Triadic Colors of #5e0bad

#5e0bad #ad5e0b #0bad5e

Analogous Colors of #5e0bad

#5e0bad #ad0bab #0d0bad

Monochromatic Colors of #5e0bad

#5e0bad

Complementary Color

#5e0bad #5aad0b

#5e0bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e0bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e0bad Color CSS Codes

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

#5e0bad Text Font Color

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

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


#5e0bad Background Color

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

This div background color is #5e0bad


#5e0bad Border Color

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

This div border color is #5e0bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,11,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e0bad


Comments

No comments written yet.

Please login to write comment.