Color Hex Logo

#597dca Color Hex

#597DCA
(89,125,202)
0 Favorites   0 Comments

Color spaces of #597dca

RGB 89125202
HSL0.610.520.57
HSV221°56°79°
CMYK 0.560.380.00   0.21
XYZ22.114121.055358.7757
Yxy21.05530.21690.2065
Hunter Lab45.88615.7248-43.8246
CIE-Lab53.010010.0682-43.8629

#597dca color RGB value is (89,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111101 11001010
Octal 131 175 312
Decimal 89 125 202
Hex 59 7D CA

RGB Percentages of Color #597dca

%21.39
%30.05
%48.56

CMYK Percentages of Color #597dca

%56
%38
%0
%21

Triadic Colors of #597dca

#597dca #ca597d #7dca59

Analogous Colors of #597dca

#597dca #6e59ca #59b6ca

Monochromatic Colors of #597dca

#597dca

Complementary Color

#597dca #caa659

#597dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#597dca Color CSS Codes

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

#597dca Text Font Color

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

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


#597dca Background Color

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

This div background color is #597dca


#597dca Border Color

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

This div border color is #597dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597dca


Comments

No comments written yet.

Please login to write comment.