Color Hex Logo

#588bfd Color Hex

#588BFD
(88,139,253)
0 Favorites   0 Comments

Color spaces of #588bfd

RGB 88139253
HSL0.620.980.67
HSV221°65°99°
CMYK 0.650.450.00   0.01
XYZ30.986727.631896.6288
Yxy27.63180.19960.1780
Hunter Lab52.566013.2322-72.1930
CIE-Lab59.554618.4581-61.9299

#588bfd color RGB value is (88,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001011 11111101
Octal 130 213 375
Decimal 88 139 253
Hex 58 8B FD

RGB Percentages of Color #588bfd

%18.33
%28.96
%52.71

CMYK Percentages of Color #588bfd

%65
%45
%0
%1

Triadic Colors of #588bfd

#588bfd #fd588b #8bfd58

Analogous Colors of #588bfd

#588bfd #7858fd #58defd

Monochromatic Colors of #588bfd

#588bfd

Complementary Color

#588bfd #fdca58

#588bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#588bfd Color CSS Codes

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

#588bfd Text Font Color

<p style="color:#588bfd">Text here</p>

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


#588bfd Background Color

<div style="background-color:#588bfd">
Div content here</div>

This div background color is #588bfd


#588bfd Border Color

<div style="border:3px solid #588bfd">
Div here</div>

This div border color is #588bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588bfd


Comments

No comments written yet.

Please login to write comment.