Color Hex Logo

#588efe Color Hex

#588EFE
(88,142,254)
0 Favorites   0 Comments

Color spaces of #588efe

RGB 88142254
HSL0.610.990.67
HSV220°65°100°
CMYK 0.650.440.00   0.00
XYZ31.586928.576597.6169
Yxy28.57650.20020.1811
Hunter Lab53.457011.9231-70.8486
CIE-Lab60.406016.9958-61.1149

#588efe color RGB value is (88,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001110 11111110
Octal 130 216 376
Decimal 88 142 254
Hex 58 8E FE

RGB Percentages of Color #588efe

%18.18
%29.34
%52.48

CMYK Percentages of Color #588efe

%65
%44
%0
%0

Triadic Colors of #588efe

#588efe #fe588e #8efe58

Analogous Colors of #588efe

#588efe #7558fe #58e1fe

Monochromatic Colors of #588efe

#588efe

Complementary Color

#588efe #fec858

#588efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#588efe Color CSS Codes

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

#588efe Text Font Color

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

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


#588efe Background Color

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

This div background color is #588efe


#588efe Border Color

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

This div border color is #588efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588efe


Comments

No comments written yet.

Please login to write comment.