Color Hex Logo

#588dfe Color Hex

#588DFE
(88,141,254)
0 Favorites   0 Comments

Color spaces of #588dfe

RGB 88141254
HSL0.610.990.67
HSV221°65°100°
CMYK 0.650.440.00   0.00
XYZ31.438828.280297.5676
Yxy28.28020.19990.1798
Hunter Lab53.179112.4634-71.5538
CIE-Lab60.141017.5959-61.5393

#588dfe color RGB value is (88,141,254).

#588dfe hex color red value is 88, green value is 141 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #588dfe hue: 0.61 , saturation: 0.99 and the lightness value of 588dfe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001101 11111110
Octal 130 215 376
Decimal 88 141 254
Hex 58 8D FE

RGB Percentages of Color #588dfe

%18.22
%29.19
%52.59

CMYK Percentages of Color #588dfe

%65
%44
%0
%0

Triadic Colors of #588dfe

#588dfe #fe588d #8dfe58

Analogous Colors of #588dfe

#588dfe #7658fe #58e0fe

Monochromatic Colors of #588dfe

#588dfe

Complementary Color

#588dfe #fec958

#588dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#588dfe Color CSS Codes

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

#588dfe Text Font Color

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

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


#588dfe Background Color

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

This div background color is #588dfe


#588dfe Border Color

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

This div border color is #588dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588dfe


Comments

No comments written yet.

Please login to write comment.