Color Hex Logo

#5779ed Color Hex

#5779ED
(87,121,237)
0 Favorites   0 Comments

Color spaces of #5779ed

RGB 87121237
HSL0.630.810.64
HSV226°63°93°
CMYK 0.630.490.00   0.07
XYZ26.053921.815482.9584
Yxy21.81540.19910.1667
Hunter Lab46.707017.8330-72.6129
CIE-Lab53.830623.8051-62.2708

#5779ed color RGB value is (87,121,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111001 11101101
Octal 127 171 355
Decimal 87 121 237
Hex 57 79 ED

RGB Percentages of Color #5779ed

%19.55
%27.19
%53.26

CMYK Percentages of Color #5779ed

%63
%49
%0
%7

Triadic Colors of #5779ed

#5779ed #ed5779 #79ed57

Analogous Colors of #5779ed

#5779ed #8057ed #57c4ed

Monochromatic Colors of #5779ed

#5779ed

Complementary Color

#5779ed #edcb57

#5779ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5779ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5779ed Color CSS Codes

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

#5779ed Text Font Color

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

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


#5779ed Background Color

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

This div background color is #5779ed


#5779ed Border Color

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

This div border color is #5779ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5779ed


Comments

No comments written yet.

Please login to write comment.