Color Hex Logo

#598cff Color Hex

#598CFF
(89,140,255)
0 Favorites   0 Comments

Color spaces of #598cff

RGB 89140255
HSL0.621.000.67
HSV222°65°100°
CMYK 0.650.450.00   0.00
XYZ31.547928.100098.3688
Yxy28.10000.19960.1778
Hunter Lab53.009413.4655-72.9169
CIE-Lab59.979018.6940-62.3451

#598cff color RGB value is (89,140,255).

#598cff hex color red value is 89, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #598cff hue: 0.62 , saturation: 1.00 and the lightness value of 598cff is 0.67.

The process color (four color CMYK) of #598cff color hex is 0.65, 0.45, 0.00, 0.00. Web safe color of #598cff is #6699ff. Color #598cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 11111111
Octal 131 214 377
Decimal 89 140 255
Hex 59 8C FF

RGB Percentages of Color #598cff

%18.39
%28.93
%52.69

CMYK Percentages of Color #598cff

%65
%45
%0
%0

Triadic Colors of #598cff

#598cff #ff598c #8cff59

Analogous Colors of #598cff

#598cff #7959ff #59dfff

Monochromatic Colors of #598cff

#598cff

Complementary Color

#598cff #ffcc59

#598cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#598cff Color CSS Codes

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

#598cff Text Font Color

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

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


#598cff Background Color

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

This div background color is #598cff


#598cff Border Color

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

This div border color is #598cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598cff

Related Colors


Comments

No comments written yet.

Please login to write comment.