Color Hex Logo

#598cea Color Hex

#598CEA
(89,140,234)
0 Favorites   0 Comments

Color spaces of #598cea

RGB 89140234
HSL0.610.780.63
HSV219°62°92°
CMYK 0.620.400.00   0.08
XYZ28.349226.820581.5246
Yxy26.82050.20740.1962
Hunter Lab51.78857.0816-57.0814
CIE-Lab58.807811.6225-52.6309

#598cea color RGB value is (89,140,234).

#598cea hex color red value is 89, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #598cea hue: 0.61 , saturation: 0.78 and the lightness value of 598cea is 0.63.

The process color (four color CMYK) of #598cea color hex is 0.62, 0.40, 0.00, 0.08. Web safe color of #598cea is #6699ff. Color #598cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 11101010
Octal 131 214 352
Decimal 89 140 234
Hex 59 8C EA

RGB Percentages of Color #598cea

%19.22
%30.24
%50.54

CMYK Percentages of Color #598cea

%62
%40
%0
%8

Triadic Colors of #598cea

#598cea #ea598c #8cea59

Analogous Colors of #598cea

#598cea #6f59ea #59d5ea

Monochromatic Colors of #598cea

#598cea

Complementary Color

#598cea #eab759

#598cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#598cea Color CSS Codes

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

#598cea Text Font Color

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

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


#598cea Background Color

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

This div background color is #598cea


#598cea Border Color

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

This div border color is #598cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598cea


Comments

No comments written yet.

Please login to write comment.