Color Hex Logo

#588af1 Color Hex

#588AF1
(88,138,241)
0 Favorites   0 Comments

Color spaces of #588af1

RGB 88138241
HSL0.610.850.65
HSV220°63°95°
CMYK 0.630.430.00   0.05
XYZ28.990226.602586.8259
Yxy26.60250.20360.1868
Hunter Lab51.577610.0686-63.7046
CIE-Lab58.604614.9977-56.8355

#588af1 color RGB value is (88,138,241).

#588af1 hex color red value is 88, green value is 138 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #588af1 hue: 0.61 , saturation: 0.85 and the lightness value of 588af1 is 0.65.

The process color (four color CMYK) of #588af1 color hex is 0.63, 0.43, 0.00, 0.05. Web safe color of #588af1 is #6699ff. Color #588af1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 11110001
Octal 130 212 361
Decimal 88 138 241
Hex 58 8A F1

RGB Percentages of Color #588af1

%18.84
%29.55
%51.61

CMYK Percentages of Color #588af1

%63
%43
%0
%5

Triadic Colors of #588af1

#588af1 #f1588a #8af158

Analogous Colors of #588af1

#588af1 #7358f1 #58d7f1

Monochromatic Colors of #588af1

#588af1

Complementary Color

#588af1 #f1bf58

#588af1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588af1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#588af1 Color CSS Codes

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

#588af1 Text Font Color

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

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


#588af1 Background Color

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

This div background color is #588af1


#588af1 Border Color

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

This div border color is #588af1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588af1


Comments

No comments written yet.

Please login to write comment.