Color Hex Logo

#597eca Color Hex

#597ECA
(89,126,202)
0 Favorites   0 Comments

Color spaces of #597eca

RGB 89126202
HSL0.610.520.57
HSV220°56°79°
CMYK 0.560.380.00   0.21
XYZ22.241321.309858.8181
Yxy21.30980.21730.2082
Hunter Lab46.16255.2176-43.2307
CIE-Lab53.28699.4630-43.4245

#597eca color RGB value is (89,126,202).

#597eca hex color red value is 89, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #597eca hue: 0.61 , saturation: 0.52 and the lightness value of 597eca is 0.57.

The process color (four color CMYK) of #597eca color hex is 0.56, 0.38, 0.00, 0.21. Web safe color of #597eca is #6666cc. Color #597eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111110 11001010
Octal 131 176 312
Decimal 89 126 202
Hex 59 7E CA

RGB Percentages of Color #597eca

%21.34
%30.22
%48.44

CMYK Percentages of Color #597eca

%56
%38
%0
%21

Triadic Colors of #597eca

#597eca #ca597e #7eca59

Analogous Colors of #597eca

#597eca #6d59ca #59b7ca

Monochromatic Colors of #597eca

#597eca

Complementary Color

#597eca #caa559

#597eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#597eca Color CSS Codes

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

#597eca Text Font Color

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

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


#597eca Background Color

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

This div background color is #597eca


#597eca Border Color

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

This div border color is #597eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597eca


Comments

No comments written yet.

Please login to write comment.