Color Hex Logo

#597cfc Color Hex

#597CFC
(89,124,252)
0 Favorites   0 Comments

Color spaces of #597cfc

RGB 89124252
HSL0.630.960.67
HSV227°65°99°
CMYK 0.650.510.00   0.01
XYZ28.898223.567495.1213
Yxy23.56740.19580.1597
Hunter Lab48.546321.3000-82.1901
CIE-Lab55.652027.3677-67.6538

#597cfc color RGB value is (89,124,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111100 11111100
Octal 131 174 374
Decimal 89 124 252
Hex 59 7C FC

RGB Percentages of Color #597cfc

%19.14
%26.67
%54.19

CMYK Percentages of Color #597cfc

%65
%51
%0
%1

Triadic Colors of #597cfc

#597cfc #fc597c #7cfc59

Analogous Colors of #597cfc

#597cfc #8859fc #59cefc

Monochromatic Colors of #597cfc

#597cfc

Complementary Color

#597cfc #fcd959

#597cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#597cfc Color CSS Codes

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

#597cfc Text Font Color

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

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


#597cfc Background Color

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

This div background color is #597cfc


#597cfc Border Color

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

This div border color is #597cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597cfc


Comments

No comments written yet.

Please login to write comment.