Color Hex Logo

#587baf Color Hex

#587BAF
(88,123,175)
0 Favorites   0 Comments

Color spaces of #587baf

RGB 88123175
HSL0.600.350.52
HSV216°50°69°
CMYK 0.500.300.00   0.31
XYZ18.845319.335843.2964
Yxy19.33580.23130.2373
Hunter Lab43.9725-0.4521-27.5977
CIE-Lab51.07782.4296-31.4197

#587baf color RGB value is (88,123,175).

#587baf hex color red value is 88, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #587baf hue: 0.60 , saturation: 0.35 and the lightness value of 587baf is 0.52.

The process color (four color CMYK) of #587baf color hex is 0.50, 0.30, 0.00, 0.31. Web safe color of #587baf is #666699. Color #587baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111011 10101111
Octal 130 173 257
Decimal 88 123 175
Hex 58 7B AF

RGB Percentages of Color #587baf

%22.80
%31.87
%45.34

CMYK Percentages of Color #587baf

%50
%30
%0
%31

Triadic Colors of #587baf

#587baf #af587b #7baf58

Analogous Colors of #587baf

#587baf #6058af #58a7af

Monochromatic Colors of #587baf

#587baf

Complementary Color

#587baf #af8c58

#587baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#587baf Color CSS Codes

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

#587baf Text Font Color

<p style="color:#587baf">Text here</p>

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


#587baf Background Color

<div style="background-color:#587baf">
Div content here</div>

This div background color is #587baf


#587baf Border Color

<div style="border:3px solid #587baf">
Div here</div>

This div border color is #587baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,123,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #587baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #587baf;
  -webkit-box-shadow: 1px 1px 3px 2px #587baf;
  box-shadow:         1px 1px 3px 2px #587baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587baf


Comments

No comments written yet.

Please login to write comment.