Color Hex Logo

#597cca Color Hex

#597CCA
(89,124,202)
0 Favorites   0 Comments

Color spaces of #597cca

RGB 89124202
HSL0.620.520.57
HSV221°56°79°
CMYK 0.560.390.00   0.21
XYZ21.988120.803458.7337
Yxy20.80340.21660.2049
Hunter Lab45.61076.2328-44.4212
CIE-Lab52.733710.6740-44.3005

#597cca color RGB value is (89,124,202).

#597cca hex color red value is 89, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #597cca hue: 0.62 , saturation: 0.52 and the lightness value of 597cca is 0.57.

The process color (four color CMYK) of #597cca color hex is 0.56, 0.39, 0.00, 0.21. Web safe color of #597cca is #6666cc. Color #597cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111100 11001010
Octal 131 174 312
Decimal 89 124 202
Hex 59 7C CA

RGB Percentages of Color #597cca

%21.45
%29.88
%48.67

CMYK Percentages of Color #597cca

%56
%39
%0
%21

Triadic Colors of #597cca

#597cca #ca597c #7cca59

Analogous Colors of #597cca

#597cca #6f59ca #59b5ca

Monochromatic Colors of #597cca

#597cca

Complementary Color

#597cca #caa759

#597cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#597cca Color CSS Codes

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

#597cca Text Font Color

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

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


#597cca Background Color

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

This div background color is #597cca


#597cca Border Color

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

This div border color is #597cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597cca


Comments

No comments written yet.

Please login to write comment.