Color Hex Logo

#588afb Color Hex

#588AFB
(88,138,251)
0 Favorites   0 Comments

Color spaces of #588afb

RGB 88138251
HSL0.620.950.66
HSV222°65°98°
CMYK 0.650.450.00   0.02
XYZ30.525627.216794.9113
Yxy27.21670.20000.1783
Hunter Lab52.169613.1474-71.3465
CIE-Lab59.174418.3816-61.4400

#588afb color RGB value is (88,138,251).

#588afb hex color red value is 88, green value is 138 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #588afb hue: 0.62 , saturation: 0.95 and the lightness value of 588afb is 0.66.

The process color (four color CMYK) of #588afb color hex is 0.65, 0.45, 0.00, 0.02. Web safe color of #588afb is #6699ff. Color #588afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 11111011
Octal 130 212 373
Decimal 88 138 251
Hex 58 8A FB

RGB Percentages of Color #588afb

%18.45
%28.93
%52.62

CMYK Percentages of Color #588afb

%65
%45
%0
%2

Triadic Colors of #588afb

#588afb #fb588a #8afb58

Analogous Colors of #588afb

#588afb #7858fb #58dcfb

Monochromatic Colors of #588afb

#588afb

Complementary Color

#588afb #fbc958

#588afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#588afb Color CSS Codes

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

#588afb Text Font Color

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

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


#588afb Background Color

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

This div background color is #588afb


#588afb Border Color

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

This div border color is #588afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588afb


Comments

No comments written yet.

Please login to write comment.