Color Hex Logo

#5887bf Color Hex

#5887BF
(88,135,191)
0 Favorites   0 Comments

Color spaces of #5887bf

RGB 88135191
HSL0.590.450.55
HSV213°54°75°
CMYK 0.540.290.00   0.25
XYZ22.092423.164252.5970
Yxy23.16420.22580.2367
Hunter Lab48.1292-2.2905-31.1034
CIE-Lab55.24110.3507-34.0973

#5887bf color RGB value is (88,135,191).

#5887bf hex color red value is 88, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5887bf hue: 0.59 , saturation: 0.45 and the lightness value of 5887bf is 0.55.

The process color (four color CMYK) of #5887bf color hex is 0.54, 0.29, 0.00, 0.25. Web safe color of #5887bf is #6699cc. Color #5887bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000111 10111111
Octal 130 207 277
Decimal 88 135 191
Hex 58 87 BF

RGB Percentages of Color #5887bf

%21.26
%32.61
%46.14

CMYK Percentages of Color #5887bf

%54
%29
%0
%25

Triadic Colors of #5887bf

#5887bf #bf5887 #87bf58

Analogous Colors of #5887bf

#5887bf #5d58bf #58bbbf

Monochromatic Colors of #5887bf

#5887bf

Complementary Color

#5887bf #bf9058

#5887bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5887bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5887bf Color CSS Codes

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

#5887bf Text Font Color

<p style="color:#5887bf">Text here</p>

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


#5887bf Background Color

<div style="background-color:#5887bf">
Div content here</div>

This div background color is #5887bf


#5887bf Border Color

<div style="border:3px solid #5887bf">
Div here</div>

This div border color is #5887bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,135,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5887bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5887bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5887bf;
  box-shadow:         1px 1px 3px 2px #5887bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5887bf


Comments

No comments written yet.

Please login to write comment.