Color Hex Logo

#597aea Color Hex

#597AEA
(89,122,234)
0 Favorites   0 Comments

Color spaces of #597aea

RGB 89122234
HSL0.630.780.63
HSV226°62°92°
CMYK 0.620.480.00   0.08
XYZ25.930621.983480.7184
Yxy21.98340.20160.1709
Hunter Lab46.886516.6683-69.2515
CIE-Lab54.009422.5213-60.3034

#597aea color RGB value is (89,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 11101010
Octal 131 172 352
Decimal 89 122 234
Hex 59 7A EA

RGB Percentages of Color #597aea

%20.00
%27.42
%52.58

CMYK Percentages of Color #597aea

%62
%48
%0
%8

Triadic Colors of #597aea

#597aea #ea597a #7aea59

Analogous Colors of #597aea

#597aea #8159ea #59c3ea

Monochromatic Colors of #597aea

#597aea

Complementary Color

#597aea #eac959

#597aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#597aea Color CSS Codes

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

#597aea Text Font Color

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

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


#597aea Background Color

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

This div background color is #597aea


#597aea Border Color

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

This div border color is #597aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,122,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597aea


Comments

No comments written yet.

Please login to write comment.