Color Hex Logo

#5783ed Color Hex

#5783ED
(87,131,237)
0 Favorites   0 Comments

Color spaces of #5783ed

RGB 87131237
HSL0.620.810.64
HSV222°63°93°
CMYK 0.630.450.00   0.07
XYZ27.332824.373383.3847
Yxy24.37330.20230.1804
Hunter Lab49.369312.4283-65.5822
CIE-Lab56.459617.7029-58.0504

#5783ed color RGB value is (87,131,237).

#5783ed hex color red value is 87, green value is 131 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5783ed hue: 0.62 , saturation: 0.81 and the lightness value of 5783ed is 0.64.

The process color (four color CMYK) of #5783ed color hex is 0.63, 0.45, 0.00, 0.07. Web safe color of #5783ed is #6699ff. Color #5783ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000011 11101101
Octal 127 203 355
Decimal 87 131 237
Hex 57 83 ED

RGB Percentages of Color #5783ed

%19.12
%28.79
%52.09

CMYK Percentages of Color #5783ed

%63
%45
%0
%7

Triadic Colors of #5783ed

#5783ed #ed5783 #83ed57

Analogous Colors of #5783ed

#5783ed #7657ed #57ceed

Monochromatic Colors of #5783ed

#5783ed

Complementary Color

#5783ed #edc157

#5783ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5783ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5783ed Color CSS Codes

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

#5783ed Text Font Color

<p style="color:#5783ed">Text here</p>

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


#5783ed Background Color

<div style="background-color:#5783ed">
Div content here</div>

This div background color is #5783ed


#5783ed Border Color

<div style="border:3px solid #5783ed">
Div here</div>

This div border color is #5783ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,131,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5783ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5783ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5783ed;
  box-shadow:         1px 1px 3px 2px #5783ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5783ed


Comments

No comments written yet.

Please login to write comment.