Color Hex Logo

#588aff Color Hex

#588AFF
(88,138,255)
0 Favorites   0 Comments

Color spaces of #588aff

RGB 88138255
HSL0.621.000.67
HSV222°65°100°
CMYK 0.650.460.00   0.00
XYZ31.163027.471798.2678
Yxy27.47170.19860.1751
Hunter Lab52.413514.4056-74.4709
CIE-Lab59.408419.7397-63.2626

#588aff color RGB value is (88,138,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 11111111
Octal 130 212 377
Decimal 88 138 255
Hex 58 8A FF

RGB Percentages of Color #588aff

%18.30
%28.69
%53.01

CMYK Percentages of Color #588aff

%65
%46
%0
%0

Triadic Colors of #588aff

#588aff #ff588a #8aff58

Analogous Colors of #588aff

#588aff #7a58ff #58deff

Monochromatic Colors of #588aff

#588aff

Complementary Color

#588aff #ffcd58

#588aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#588aff Color CSS Codes

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

#588aff Text Font Color

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

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


#588aff Background Color

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

This div background color is #588aff


#588aff Border Color

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

This div border color is #588aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588aff

Related Colors


Comments

No comments written yet.

Please login to write comment.