Color Hex Logo

#598dfa Color Hex

#598DFA
(89,141,250)
0 Favorites   0 Comments

Color spaces of #598dfa

RGB 89141250
HSL0.610.940.66
HSV221°64°98°
CMYK 0.640.440.00   0.02
XYZ30.900028.075794.2330
Yxy28.07570.20170.1833
Hunter Lab52.986511.3690-68.3528
CIE-Lab59.957116.4021-59.6343

#598dfa color RGB value is (89,141,250).

#598dfa hex color red value is 89, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #598dfa hue: 0.61 , saturation: 0.94 and the lightness value of 598dfa is 0.66.

The process color (four color CMYK) of #598dfa color hex is 0.64, 0.44, 0.00, 0.02. Web safe color of #598dfa is #6699ff. Color #598dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001101 11111010
Octal 131 215 372
Decimal 89 141 250
Hex 59 8D FA

RGB Percentages of Color #598dfa

%18.54
%29.38
%52.08

CMYK Percentages of Color #598dfa

%64
%44
%0
%2

Triadic Colors of #598dfa

#598dfa #fa598d #8dfa59

Analogous Colors of #598dfa

#598dfa #7659fa #59defa

Monochromatic Colors of #598dfa

#598dfa

Complementary Color

#598dfa #fac659

#598dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#598dfa Color CSS Codes

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

#598dfa Text Font Color

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

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


#598dfa Background Color

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

This div background color is #598dfa


#598dfa Border Color

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

This div border color is #598dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598dfa


Comments

No comments written yet.

Please login to write comment.