Color Hex Logo

#5e59dc Color Hex

#5E59DC
(94,89,220)
0 Favorites   0 Comments

Color spaces of #5e59dc

RGB 9489220
HSL0.670.650.61
HSV242°60°86°
CMYK 0.570.600.00   0.14
XYZ21.106714.691769.4335
Yxy14.69170.20060.1396
Hunter Lab38.329831.2159-80.5717
CIE-Lab45.209038.9505-66.6143

#5e59dc color RGB value is (94,89,220).

#5e59dc hex color red value is 94, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5e59dc hue: 0.67 , saturation: 0.65 and the lightness value of 5e59dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01011001 11011100
Octal 136 131 334
Decimal 94 89 220
Hex 5E 59 DC

RGB Percentages of Color #5e59dc

%23.33
%22.08
%54.59

CMYK Percentages of Color #5e59dc

%57
%60
%0
%14

Triadic Colors of #5e59dc

#5e59dc #dc5e59 #59dc5e

Analogous Colors of #5e59dc

#5e59dc #a059dc #5996dc

Monochromatic Colors of #5e59dc

#5e59dc

Complementary Color

#5e59dc #d7dc59

#5e59dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e59dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e59dc Color CSS Codes

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

#5e59dc Text Font Color

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

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


#5e59dc Background Color

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

This div background color is #5e59dc


#5e59dc Border Color

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

This div border color is #5e59dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e59dc


Comments

No comments written yet.

Please login to write comment.