Color Hex Logo

#588abe Color Hex

#588ABE
(88,138,190)
0 Favorites   0 Comments

Color spaces of #588abe

RGB 88138190
HSL0.580.440.55
HSV211°54°75°
CMYK 0.540.270.00   0.25
XYZ22.407223.969452.1608
Yxy23.96940.22740.2433
Hunter Lab48.9586-3.9821-28.8970
CIE-Lab56.0571-1.7135-32.2553

#588abe color RGB value is (88,138,190).

#588abe hex color red value is 88, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #588abe hue: 0.58 , saturation: 0.44 and the lightness value of 588abe is 0.55.

The process color (four color CMYK) of #588abe color hex is 0.54, 0.27, 0.00, 0.25. Web safe color of #588abe is #6699cc. Color #588abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 10111110
Octal 130 212 276
Decimal 88 138 190
Hex 58 8A BE

RGB Percentages of Color #588abe

%21.15
%33.17
%45.67

CMYK Percentages of Color #588abe

%54
%27
%0
%25

Triadic Colors of #588abe

#588abe #be588a #8abe58

Analogous Colors of #588abe

#588abe #5958be #58bdbe

Monochromatic Colors of #588abe

#588abe

Complementary Color

#588abe #be8c58

#588abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#588abe Color CSS Codes

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

#588abe Text Font Color

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

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


#588abe Background Color

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

This div background color is #588abe


#588abe Border Color

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

This div border color is #588abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588abe


Comments

No comments written yet.

Please login to write comment.