Color Hex Logo

#588afe Color Hex

#588AFE
(88,138,254)
0 Favorites   0 Comments

Color spaces of #588afe

RGB 88138254
HSL0.620.990.67
HSV222°65°100°
CMYK 0.650.460.00   0.00
XYZ31.002427.407497.4221
Yxy27.40740.19890.1759
Hunter Lab52.352114.0899-73.6864
CIE-Lab59.349519.4002-62.8080

#588afe color RGB value is (88,138,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 11111110
Octal 130 212 376
Decimal 88 138 254
Hex 58 8A FE

RGB Percentages of Color #588afe

%18.33
%28.75
%52.92

CMYK Percentages of Color #588afe

%65
%46
%0
%0

Triadic Colors of #588afe

#588afe #fe588a #8afe58

Analogous Colors of #588afe

#588afe #7958fe #58ddfe

Monochromatic Colors of #588afe

#588afe

Complementary Color

#588afe #fecc58

#588afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#588afe Color CSS Codes

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

#588afe Text Font Color

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

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


#588afe Background Color

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

This div background color is #588afe


#588afe Border Color

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

This div border color is #588afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588afe

Related Colors


Comments

No comments written yet.

Please login to write comment.