Color Hex Logo

#5759ed Color Hex

#5759ED
(87,89,237)
0 Favorites   0 Comments

Color spaces of #5759ed

RGB 8789237
HSL0.660.810.64
HSV239°63°93°
CMYK 0.630.620.00   0.07
XYZ22.788915.285481.8700
Yxy15.28540.19000.1274
Hunter Lab39.096535.6265-96.7885
CIE-Lab46.022643.2826-74.9304

#5759ed color RGB value is (87,89,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011001 11101101
Octal 127 131 355
Decimal 87 89 237
Hex 57 59 ED

RGB Percentages of Color #5759ed

%21.07
%21.55
%57.38

CMYK Percentages of Color #5759ed

%63
%62
%0
%7

Triadic Colors of #5759ed

#5759ed #ed5759 #59ed57

Analogous Colors of #5759ed

#5759ed #a057ed #57a4ed

Monochromatic Colors of #5759ed

#5759ed

Complementary Color

#5759ed #edeb57

#5759ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5759ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5759ed Color CSS Codes

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

#5759ed Text Font Color

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

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


#5759ed Background Color

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

This div background color is #5759ed


#5759ed Border Color

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

This div border color is #5759ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,89,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 #5759ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5759ed


Comments

No comments written yet.

Please login to write comment.