Color Hex Logo

#5e2dad Color Hex

#5E2DAD
(94,45,173)
0 Favorites   0 Comments

Color spaces of #5e2dad

RGB 9445173
HSL0.730.590.43
HSV263°74°68°
CMYK 0.460.740.00   0.32
XYZ13.09737.273640.2488
Yxy7.27360.21610.1200
Hunter Lab26.969639.4884-69.6042
CIE-Lab32.421849.5417-60.0501

#5e2dad color RGB value is (94,45,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 00101101 10101101
Octal 136 55 255
Decimal 94 45 173
Hex 5E 2D AD

RGB Percentages of Color #5e2dad

%30.13
%14.42
%55.45

CMYK Percentages of Color #5e2dad

%46
%74
%0
%32

Triadic Colors of #5e2dad

#5e2dad #ad5e2d #2dad5e

Analogous Colors of #5e2dad

#5e2dad #9e2dad #2d3cad

Monochromatic Colors of #5e2dad

#5e2dad

Complementary Color

#5e2dad #7cad2d

#5e2dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e2dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e2dad Color CSS Codes

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

#5e2dad Text Font Color

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

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


#5e2dad Background Color

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

This div background color is #5e2dad


#5e2dad Border Color

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

This div border color is #5e2dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e2dad


Comments

No comments written yet.

Please login to write comment.