Color Hex Logo

#589dfd Color Hex

#589DFD
(88,157,253)
0 Favorites   0 Comments

Color spaces of #589dfd

RGB 88157253
HSL0.600.980.67
HSV215°65°99°
CMYK 0.650.380.00   0.01
XYZ33.811133.280597.5702
Yxy33.28050.20530.2021
Hunter Lab57.68933.6609-59.8951
CIE-Lab64.38747.7802-54.2197

#589dfd color RGB value is (88,157,253).

#589dfd hex color red value is 88, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #589dfd hue: 0.60 , saturation: 0.98 and the lightness value of 589dfd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011101 11111101
Octal 130 235 375
Decimal 88 157 253
Hex 58 9D FD

RGB Percentages of Color #589dfd

%17.67
%31.53
%50.80

CMYK Percentages of Color #589dfd

%65
%38
%0
%1

Triadic Colors of #589dfd

#589dfd #fd589d #9dfd58

Analogous Colors of #589dfd

#589dfd #6658fd #58f0fd

Monochromatic Colors of #589dfd

#589dfd

Complementary Color

#589dfd #fdb858

#589dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#589dfd Color CSS Codes

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

#589dfd Text Font Color

<p style="color:#589dfd">Text here</p>

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


#589dfd Background Color

<div style="background-color:#589dfd">
Div content here</div>

This div background color is #589dfd


#589dfd Border Color

<div style="border:3px solid #589dfd">
Div here</div>

This div border color is #589dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,157,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #589dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #589dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #589dfd;
  box-shadow:         1px 1px 3px 2px #589dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,157,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 #589dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589dfd


Comments

No comments written yet.

Please login to write comment.