Color Hex Logo

#597edd Color Hex

#597EDD
(89,126,221)
0 Favorites   0 Comments

Color spaces of #597edd

RGB 89126221
HSL0.620.660.61
HSV223°60°87°
CMYK 0.600.430.00   0.13
XYZ24.631822.266071.4061
Yxy22.26600.20820.1882
Hunter Lab47.186910.6010-56.6905
CIE-Lab54.308115.7265-52.5412

#597edd color RGB value is (89,126,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111110 11011101
Octal 131 176 335
Decimal 89 126 221
Hex 59 7E DD

RGB Percentages of Color #597edd

%20.41
%28.90
%50.69

CMYK Percentages of Color #597edd

%60
%43
%0
%13

Triadic Colors of #597edd

#597edd #dd597e #7edd59

Analogous Colors of #597edd

#597edd #7659dd #59c0dd

Monochromatic Colors of #597edd

#597edd

Complementary Color

#597edd #ddb859

#597edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#597edd Color CSS Codes

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

#597edd Text Font Color

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

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


#597edd Background Color

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

This div background color is #597edd


#597edd Border Color

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

This div border color is #597edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597edd


Comments

No comments written yet.

Please login to write comment.