Color Hex Logo

#5e83dd Color Hex

#5E83DD
(94,131,221)
0 Favorites   0 Comments

Color spaces of #5e83dd

RGB 94131221
HSL0.620.650.62
HSV223°57°87°
CMYK 0.570.410.00   0.13
XYZ25.783523.832771.6479
Yxy23.83270.21260.1965
Hunter Lab48.81878.8415-52.8427
CIE-Lab55.919913.6720-49.9582

#5e83dd color RGB value is (94,131,221).

#5e83dd hex color red value is 94, green value is 131 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5e83dd hue: 0.62 , saturation: 0.65 and the lightness value of 5e83dd is 0.62.

The process color (four color CMYK) of #5e83dd color hex is 0.57, 0.41, 0.00, 0.13. Web safe color of #5e83dd is #6699cc. Color #5e83dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000011 11011101
Octal 136 203 335
Decimal 94 131 221
Hex 5E 83 DD

RGB Percentages of Color #5e83dd

%21.08
%29.37
%49.55

CMYK Percentages of Color #5e83dd

%57
%41
%0
%13

Triadic Colors of #5e83dd

#5e83dd #dd5e83 #83dd5e

Analogous Colors of #5e83dd

#5e83dd #795edd #5ec3dd

Monochromatic Colors of #5e83dd

#5e83dd

Complementary Color

#5e83dd #ddb85e

#5e83dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e83dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e83dd Color CSS Codes

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

#5e83dd Text Font Color

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

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


#5e83dd Background Color

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

This div background color is #5e83dd


#5e83dd Border Color

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

This div border color is #5e83dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e83dd


Comments

No comments written yet.

Please login to write comment.