Color Hex Logo

#588edd Color Hex

#588EDD
(88,142,221)
0 Favorites   0 Comments

Color spaces of #588edd

RGB 88142221
HSL0.600.660.61
HSV216°60°87°
CMYK 0.600.360.00   0.13
XYZ26.748626.641272.1391
Yxy26.64120.21310.2122
Hunter Lab51.61512.1779-46.7352
CIE-Lab58.64075.9333-45.6637

#588edd color RGB value is (88,142,221).

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

The process color (four color CMYK) of #588edd color hex is 0.60, 0.36, 0.00, 0.13. Web safe color of #588edd is #6699cc. Color #588edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001110 11011101
Octal 130 216 335
Decimal 88 142 221
Hex 58 8E DD

RGB Percentages of Color #588edd

%19.51
%31.49
%49.00

CMYK Percentages of Color #588edd

%60
%36
%0
%13

Triadic Colors of #588edd

#588edd #dd588e #8edd58

Analogous Colors of #588edd

#588edd #6558dd #58d1dd

Monochromatic Colors of #588edd

#588edd

Complementary Color

#588edd #dda758

#588edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#588edd Color CSS Codes

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

#588edd Text Font Color

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

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


#588edd Background Color

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

This div background color is #588edd


#588edd Border Color

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

This div border color is #588edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588edd


Comments

No comments written yet.

Please login to write comment.