Color Hex Logo

#597dff Color Hex

#597DFF
(89,125,255)
1 Favorites   0 Comments

Color spaces of #597dff

RGB 89125255
HSL0.631.000.67
HSV227°65°100°
CMYK 0.650.510.00   0.00
XYZ29.503424.011197.6873
Yxy24.01110.19510.1588
Hunter Lab49.001121.7222-83.8981
CIE-Lab56.098927.7724-68.5873

#597dff color RGB value is (89,125,255).

#597dff hex color red value is 89, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #597dff hue: 0.63 , saturation: 1.00 and the lightness value of 597dff is 0.67.

The process color (four color CMYK) of #597dff color hex is 0.65, 0.51, 0.00, 0.00. Web safe color of #597dff is #6666ff. Color #597dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111101 11111111
Octal 131 175 377
Decimal 89 125 255
Hex 59 7D FF

RGB Percentages of Color #597dff

%18.98
%26.65
%54.37

CMYK Percentages of Color #597dff

%65
%51
%0
%0

Triadic Colors of #597dff

#597dff #ff597d #7dff59

Analogous Colors of #597dff

#597dff #8859ff #59d0ff

Monochromatic Colors of #597dff

#597dff

Complementary Color

#597dff #ffdb59

#597dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#597dff Color CSS Codes

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

#597dff Text Font Color

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

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


#597dff Background Color

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

This div background color is #597dff


#597dff Border Color

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

This div border color is #597dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597dff


Comments

No comments written yet.

Please login to write comment.