Color Hex Logo

#5e5ada Color Hex

#5E5ADA
(94,90,218)
0 Favorites   0 Comments

Color spaces of #5e5ada

RGB 9490218
HSL0.670.630.60
HSV242°59°85°
CMYK 0.570.590.00   0.15
XYZ20.927114.754068.0745
Yxy14.75400.20170.1422
Hunter Lab38.410930.0315-78.1902
CIE-Lab45.295437.7168-65.3348

#5e5ada color RGB value is (94,90,218).

#5e5ada hex color red value is 94, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5e5ada hue: 0.67 , saturation: 0.63 and the lightness value of 5e5ada is 0.60.

The process color (four color CMYK) of #5e5ada color hex is 0.57, 0.59, 0.00, 0.15. Web safe color of #5e5ada is #6666cc. Color #5e5ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01011010 11011010
Octal 136 132 332
Decimal 94 90 218
Hex 5E 5A DA

RGB Percentages of Color #5e5ada

%23.38
%22.39
%54.23

CMYK Percentages of Color #5e5ada

%57
%59
%0
%15

Triadic Colors of #5e5ada

#5e5ada #da5e5a #5ada5e

Analogous Colors of #5e5ada

#5e5ada #9e5ada #5a96da

Monochromatic Colors of #5e5ada

#5e5ada

Complementary Color

#5e5ada #d6da5a

#5e5ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5ada Color CSS Codes

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

#5e5ada Text Font Color

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

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


#5e5ada Background Color

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

This div background color is #5e5ada


#5e5ada Border Color

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

This div border color is #5e5ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5ada


Comments

No comments written yet.

Please login to write comment.