Color Hex Logo

#588fbe Color Hex

#588FBE
(88,143,190)
0 Favorites   0 Comments

Color spaces of #588fbe

RGB 88143190
HSL0.580.440.55
HSV208°54°75°
CMYK 0.540.250.00   0.25
XYZ23.141225.437352.4054
Yxy25.43730.22920.2519
Hunter Lab50.4354-6.3611-26.3011
CIE-Lab57.4990-4.5921-30.0135

#588fbe color RGB value is (88,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001111 10111110
Octal 130 217 276
Decimal 88 143 190
Hex 58 8F BE

RGB Percentages of Color #588fbe

%20.90
%33.97
%45.13

CMYK Percentages of Color #588fbe

%54
%25
%0
%25

Triadic Colors of #588fbe

#588fbe #be588f #8fbe58

Analogous Colors of #588fbe

#588fbe #585cbe #58beba

Monochromatic Colors of #588fbe

#588fbe

Complementary Color

#588fbe #be8758

#588fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#588fbe Color CSS Codes

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

#588fbe Text Font Color

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

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


#588fbe Background Color

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

This div background color is #588fbe


#588fbe Border Color

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

This div border color is #588fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588fbe


Comments

No comments written yet.

Please login to write comment.