Color Hex Logo

#588dcd Color Hex

#588DCD
(88,141,205)
0 Favorites   0 Comments

Color spaces of #588dcd

RGB 88141205
HSL0.590.540.57
HSV213°57°80°
CMYK 0.570.310.00   0.20
XYZ24.568825.532261.3909
Yxy25.53220.22040.2290
Hunter Lab50.5294-1.6348-36.6641
CIE-Lab57.59031.3070-38.3460

#588dcd color RGB value is (88,141,205).

#588dcd hex color red value is 88, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #588dcd hue: 0.59 , saturation: 0.54 and the lightness value of 588dcd is 0.57.

The process color (four color CMYK) of #588dcd color hex is 0.57, 0.31, 0.00, 0.20. Web safe color of #588dcd is #6699cc. Color #588dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001101 11001101
Octal 130 215 315
Decimal 88 141 205
Hex 58 8D CD

RGB Percentages of Color #588dcd

%20.28
%32.49
%47.24

CMYK Percentages of Color #588dcd

%57
%31
%0
%20

Triadic Colors of #588dcd

#588dcd #cd588d #8dcd58

Analogous Colors of #588dcd

#588dcd #5e58cd #58c8cd

Monochromatic Colors of #588dcd

#588dcd

Complementary Color

#588dcd #cd9858

#588dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#588dcd Color CSS Codes

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

#588dcd Text Font Color

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

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


#588dcd Background Color

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

This div background color is #588dcd


#588dcd Border Color

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

This div border color is #588dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588dcd


Comments

No comments written yet.

Please login to write comment.