Color Hex Logo

#598cfd Color Hex

#598CFD
(89,140,253)
0 Favorites   0 Comments

Color spaces of #598cfd

RGB 89140253
HSL0.610.980.67
HSV221°65°99°
CMYK 0.650.450.00   0.01
XYZ31.227527.971996.6817
Yxy27.97190.20030.1794
Hunter Lab52.888512.8388-71.3620
CIE-Lab59.863318.0165-61.4327

#598cfd color RGB value is (89,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 11111101
Octal 131 214 375
Decimal 89 140 253
Hex 59 8C FD

RGB Percentages of Color #598cfd

%18.46
%29.05
%52.49

CMYK Percentages of Color #598cfd

%65
%45
%0
%1

Triadic Colors of #598cfd

#598cfd #fd598c #8cfd59

Analogous Colors of #598cfd

#598cfd #7859fd #59defd

Monochromatic Colors of #598cfd

#598cfd

Complementary Color

#598cfd #fdca59

#598cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#598cfd Color CSS Codes

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

#598cfd Text Font Color

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

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


#598cfd Background Color

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

This div background color is #598cfd


#598cfd Border Color

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

This div border color is #598cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598cfd


Comments

No comments written yet.

Please login to write comment.