Color Hex Logo

#598ecf Color Hex

#598ECF
(89,142,207)
0 Favorites   0 Comments

Color spaces of #598ecf

RGB 89142207
HSL0.590.550.58
HSV213°57°81°
CMYK 0.570.310.00   0.19
XYZ25.055325.974862.7246
Yxy25.97480.22030.2283
Hunter Lab50.9655-1.4366-37.2940
CIE-Lab58.01311.5732-38.8049

#598ecf color RGB value is (89,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001110 11001111
Octal 131 216 317
Decimal 89 142 207
Hex 59 8E CF

RGB Percentages of Color #598ecf

%20.32
%32.42
%47.26

CMYK Percentages of Color #598ecf

%57
%31
%0
%19

Triadic Colors of #598ecf

#598ecf #cf598e #8ecf59

Analogous Colors of #598ecf

#598ecf #5f59cf #59c9cf

Monochromatic Colors of #598ecf

#598ecf

Complementary Color

#598ecf #cf9a59

#598ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#598ecf Color CSS Codes

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

#598ecf Text Font Color

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

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


#598ecf Background Color

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

This div background color is #598ecf


#598ecf Border Color

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

This div border color is #598ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598ecf


Comments

No comments written yet.

Please login to write comment.