Color Hex Logo

#588ced Color Hex

#588CED
(88,140,237)
0 Favorites   0 Comments

Color spaces of #588ced

RGB 88140237
HSL0.610.810.64
HSV219°63°93°
CMYK 0.630.410.00   0.07
XYZ28.688626.945383.8097
Yxy26.94530.20570.1932
Hunter Lab51.90897.8115-59.3907
CIE-Lab58.923712.4511-54.1124

#588ced color RGB value is (88,140,237).

#588ced hex color red value is 88, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #588ced hue: 0.61 , saturation: 0.81 and the lightness value of 588ced is 0.64.

The process color (four color CMYK) of #588ced color hex is 0.63, 0.41, 0.00, 0.07. Web safe color of #588ced is #6699ff. Color #588ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001100 11101101
Octal 130 214 355
Decimal 88 140 237
Hex 58 8C ED

RGB Percentages of Color #588ced

%18.92
%30.11
%50.97

CMYK Percentages of Color #588ced

%63
%41
%0
%7

Triadic Colors of #588ced

#588ced #ed588c #8ced58

Analogous Colors of #588ced

#588ced #6f58ed #58d7ed

Monochromatic Colors of #588ced

#588ced

Complementary Color

#588ced #edb958

#588ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#588ced Color CSS Codes

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

#588ced Text Font Color

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

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


#588ced Background Color

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

This div background color is #588ced


#588ced Border Color

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

This div border color is #588ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588ced


Comments

No comments written yet.

Please login to write comment.