Color Hex Logo

#597dda Color Hex

#597DDA
(89,125,218)
0 Favorites   0 Comments

Color spaces of #597dda

RGB 89125218
HSL0.620.640.60
HSV223°59°85°
CMYK 0.590.430.00   0.15
XYZ24.108321.853069.2771
Yxy21.85300.20920.1896
Hunter Lab46.747210.2478-55.1419
CIE-Lab53.870715.3374-51.5510

#597dda color RGB value is (89,125,218).

#597dda hex color red value is 89, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #597dda hue: 0.62 , saturation: 0.64 and the lightness value of 597dda is 0.60.

The process color (four color CMYK) of #597dda color hex is 0.59, 0.43, 0.00, 0.15. Web safe color of #597dda is #6666cc. Color #597dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111101 11011010
Octal 131 175 332
Decimal 89 125 218
Hex 59 7D DA

RGB Percentages of Color #597dda

%20.60
%28.94
%50.46

CMYK Percentages of Color #597dda

%59
%43
%0
%15

Triadic Colors of #597dda

#597dda #da597d #7dda59

Analogous Colors of #597dda

#597dda #7659da #59beda

Monochromatic Colors of #597dda

#597dda

Complementary Color

#597dda #dab659

#597dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#597dda Color CSS Codes

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

#597dda Text Font Color

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

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


#597dda Background Color

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

This div background color is #597dda


#597dda Border Color

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

This div border color is #597dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597dda


Comments

No comments written yet.

Please login to write comment.