Color Hex Logo

#598dce Color Hex

#598DCE
(89,141,206)
0 Favorites   0 Comments

Color spaces of #598dce

RGB 89141206
HSL0.590.540.58
HSV213°57°81°
CMYK 0.570.320.00   0.19
XYZ24.785325.629862.0332
Yxy25.62980.22040.2279
Hunter Lab50.6259-1.2057-37.2114
CIE-Lab57.68401.8361-38.7587

#598dce color RGB value is (89,141,206).

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

The process color (four color CMYK) of #598dce color hex is 0.57, 0.32, 0.00, 0.19. Web safe color of #598dce is #6699cc. Color #598dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001101 11001110
Octal 131 215 316
Decimal 89 141 206
Hex 59 8D CE

RGB Percentages of Color #598dce

%20.41
%32.34
%47.25

CMYK Percentages of Color #598dce

%57
%32
%0
%19

Triadic Colors of #598dce

#598dce #ce598d #8dce59

Analogous Colors of #598dce

#598dce #6059ce #59c8ce

Monochromatic Colors of #598dce

#598dce

Complementary Color

#598dce #ce9a59

#598dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#598dce Color CSS Codes

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

#598dce Text Font Color

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

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


#598dce Background Color

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

This div background color is #598dce


#598dce Border Color

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

This div border color is #598dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598dce


Comments

No comments written yet.

Please login to write comment.