Color Hex Logo

#597ddd Color Hex

#597DDD
(89,125,221)
0 Favorites   0 Comments

Color spaces of #597ddd

RGB 89125221
HSL0.620.660.61
HSV224°60°87°
CMYK 0.600.430.00   0.13
XYZ24.504622.011571.3637
Yxy22.01150.20790.1867
Hunter Lab46.916411.1274-57.3434
CIE-Lab54.039216.3359-52.9705

#597ddd color RGB value is (89,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111101 11011101
Octal 131 175 335
Decimal 89 125 221
Hex 59 7D DD

RGB Percentages of Color #597ddd

%20.46
%28.74
%50.80

CMYK Percentages of Color #597ddd

%60
%43
%0
%13

Triadic Colors of #597ddd

#597ddd #dd597d #7ddd59

Analogous Colors of #597ddd

#597ddd #7759dd #59bfdd

Monochromatic Colors of #597ddd

#597ddd

Complementary Color

#597ddd #ddb959

#597ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#597ddd Color CSS Codes

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

#597ddd Text Font Color

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

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


#597ddd Background Color

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

This div background color is #597ddd


#597ddd Border Color

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

This div border color is #597ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597ddd


Comments

No comments written yet.

Please login to write comment.