Color Hex Logo

#5e2bad Color Hex

#5E2BAD
(94,43,173)
0 Favorites   0 Comments

Color spaces of #5e2bad

RGB 9443173
HSL0.730.600.42
HSV264°75°68°
CMYK 0.460.750.00   0.32
XYZ13.02287.124640.2240
Yxy7.12460.21570.1180
Hunter Lab26.691940.3779-70.6640
CIE-Lab32.088950.4861-60.5947

#5e2bad color RGB value is (94,43,173).

#5e2bad hex color red value is 94, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5e2bad hue: 0.73 , saturation: 0.60 and the lightness value of 5e2bad is 0.42.

The process color (four color CMYK) of #5e2bad color hex is 0.46, 0.75, 0.00, 0.32. Web safe color of #5e2bad is #663399. Color #5e2bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00101011 10101101
Octal 136 53 255
Decimal 94 43 173
Hex 5E 2B AD

RGB Percentages of Color #5e2bad

%30.32
%13.87
%55.81

CMYK Percentages of Color #5e2bad

%46
%75
%0
%32

Triadic Colors of #5e2bad

#5e2bad #ad5e2b #2bad5e

Analogous Colors of #5e2bad

#5e2bad #9f2bad #2b39ad

Monochromatic Colors of #5e2bad

#5e2bad

Complementary Color

#5e2bad #7aad2b

#5e2bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e2bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e2bad Color CSS Codes

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

#5e2bad Text Font Color

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

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


#5e2bad Background Color

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

This div background color is #5e2bad


#5e2bad Border Color

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

This div border color is #5e2bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e2bad


Comments

No comments written yet.

Please login to write comment.