Color Hex Logo

#5e3daa Color Hex

#5E3DAA
(94,61,170)
0 Favorites   0 Comments

Color spaces of #5e3daa

RGB 9461170
HSL0.720.470.45
HSV258°64°67°
CMYK 0.450.640.00   0.33
XYZ13.54058.619438.9803
Yxy8.61940.22150.1410
Hunter Lab29.358830.9476-58.1694
CIE-Lab35.240940.2711-53.6656

#5e3daa color RGB value is (94,61,170).

#5e3daa hex color red value is 94, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5e3daa hue: 0.72 , saturation: 0.47 and the lightness value of 5e3daa is 0.45.

The process color (four color CMYK) of #5e3daa color hex is 0.45, 0.64, 0.00, 0.33. Web safe color of #5e3daa is #663399. Color #5e3daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00111101 10101010
Octal 136 75 252
Decimal 94 61 170
Hex 5E 3D AA

RGB Percentages of Color #5e3daa

%28.92
%18.77
%52.31

CMYK Percentages of Color #5e3daa

%45
%64
%0
%33

Triadic Colors of #5e3daa

#5e3daa #aa5e3d #3daa5e

Analogous Colors of #5e3daa

#5e3daa #953daa #3d53aa

Monochromatic Colors of #5e3daa

#5e3daa

Complementary Color

#5e3daa #89aa3d

#5e3daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e3daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e3daa Color CSS Codes

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

#5e3daa Text Font Color

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

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


#5e3daa Background Color

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

This div background color is #5e3daa


#5e3daa Border Color

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

This div border color is #5e3daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e3daa


Comments

No comments written yet.

Please login to write comment.