Color Hex Logo

#5797ec Color Hex

#5797EC
(87,151,236)
0 Favorites   0 Comments

Color spaces of #5797ec

RGB 87151236
HSL0.600.800.63
HSV214°63°93°
CMYK 0.630.360.00   0.07
XYZ30.137430.215683.6007
Yxy30.21560.20940.2099
Hunter Lab54.96871.6700-51.6947
CIE-Lab61.83985.4350-48.9321

#5797ec color RGB value is (87,151,236).

#5797ec hex color red value is 87, green value is 151 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5797ec hue: 0.60 , saturation: 0.80 and the lightness value of 5797ec is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010111 11101100
Octal 127 227 354
Decimal 87 151 236
Hex 57 97 EC

RGB Percentages of Color #5797ec

%18.35
%31.86
%49.79

CMYK Percentages of Color #5797ec

%63
%36
%0
%7

Triadic Colors of #5797ec

#5797ec #ec5797 #97ec57

Analogous Colors of #5797ec

#5797ec #6157ec #57e2ec

Monochromatic Colors of #5797ec

#5797ec

Complementary Color

#5797ec #ecac57

#5797ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5797ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5797ec Color CSS Codes

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

#5797ec Text Font Color

<p style="color:#5797ec">Text here</p>

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


#5797ec Background Color

<div style="background-color:#5797ec">
Div content here</div>

This div background color is #5797ec


#5797ec Border Color

<div style="border:3px solid #5797ec">
Div here</div>

This div border color is #5797ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,151,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5797ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5797ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5797ec;
  box-shadow:         1px 1px 3px 2px #5797ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5797ec


Comments

No comments written yet.

Please login to write comment.