Color Hex Logo

#598dca Color Hex

#598DCA
(89,141,202)
0 Favorites   0 Comments

Color spaces of #598dca

RGB 89141202
HSL0.590.520.57
HSV212°56°79°
CMYK 0.560.300.00   0.21
XYZ24.305425.437959.5061
Yxy25.43790.22250.2328
Hunter Lab50.4360-2.2428-34.6472
CIE-Lab57.49960.5556-36.7939

#598dca color RGB value is (89,141,202).

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

The process color (four color CMYK) of #598dca color hex is 0.56, 0.30, 0.00, 0.21. Web safe color of #598dca is #6699cc. Color #598dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001101 11001010
Octal 131 215 312
Decimal 89 141 202
Hex 59 8D CA

RGB Percentages of Color #598dca

%20.60
%32.64
%46.76

CMYK Percentages of Color #598dca

%56
%30
%0
%21

Triadic Colors of #598dca

#598dca #ca598d #8dca59

Analogous Colors of #598dca

#598dca #5d59ca #59c6ca

Monochromatic Colors of #598dca

#598dca

Complementary Color

#598dca #ca9659

#598dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#598dca Color CSS Codes

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

#598dca Text Font Color

<p style="color:#598dca">Text here</p>

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


#598dca Background Color

<div style="background-color:#598dca">
Div content here</div>

This div background color is #598dca


#598dca Border Color

<div style="border:3px solid #598dca">
Div here</div>

This div border color is #598dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598dca


Comments

No comments written yet.

Please login to write comment.