Color Hex Logo

#597aec Color Hex

#597AEC
(89,122,236)
0 Favorites   0 Comments

Color spaces of #597aec

RGB 89122236
HSL0.630.790.64
HSV227°62°93°
CMYK 0.620.480.00   0.07
XYZ26.219722.099082.2405
Yxy22.09900.20080.1693
Hunter Lab47.009617.2920-70.8177
CIE-Lab54.131923.1940-61.2229

#597aec color RGB value is (89,122,236).

#597aec hex color red value is 89, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #597aec hue: 0.63 , saturation: 0.79 and the lightness value of 597aec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 11101100
Octal 131 172 354
Decimal 89 122 236
Hex 59 7A EC

RGB Percentages of Color #597aec

%19.91
%27.29
%52.80

CMYK Percentages of Color #597aec

%62
%48
%0
%7

Triadic Colors of #597aec

#597aec #ec597a #7aec59

Analogous Colors of #597aec

#597aec #8259ec #59c4ec

Monochromatic Colors of #597aec

#597aec

Complementary Color

#597aec #eccb59

#597aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#597aec Color CSS Codes

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

#597aec Text Font Color

<p style="color:#597aec">Text here</p>

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


#597aec Background Color

<div style="background-color:#597aec">
Div content here</div>

This div background color is #597aec


#597aec Border Color

<div style="border:3px solid #597aec">
Div here</div>

This div border color is #597aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,122,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #597aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #597aec;
  -webkit-box-shadow: 1px 1px 3px 2px #597aec;
  box-shadow:         1px 1px 3px 2px #597aec; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597aec


Comments

No comments written yet.

Please login to write comment.