Color Hex Logo

#5876ba Color Hex

#5876BA
(88,118,186)
0 Favorites   0 Comments

Color spaces of #5876ba

RGB 88118186
HSL0.620.420.54
HSV222°53°73°
CMYK 0.530.370.00   0.27
XYZ19.365918.576749.0194
Yxy18.57670.22270.2136
Hunter Lab43.10074.7770-37.2614
CIE-Lab50.18828.9242-39.1672

#5876ba color RGB value is (88,118,186).

#5876ba hex color red value is 88, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5876ba hue: 0.62 , saturation: 0.42 and the lightness value of 5876ba is 0.54.

The process color (four color CMYK) of #5876ba color hex is 0.53, 0.37, 0.00, 0.27. Web safe color of #5876ba is #6666cc. Color #5876ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110110 10111010
Octal 130 166 272
Decimal 88 118 186
Hex 58 76 BA

RGB Percentages of Color #5876ba

%22.45
%30.10
%47.45

CMYK Percentages of Color #5876ba

%53
%37
%0
%27

Triadic Colors of #5876ba

#5876ba #ba5876 #76ba58

Analogous Colors of #5876ba

#5876ba #6b58ba #58a7ba

Monochromatic Colors of #5876ba

#5876ba

Complementary Color

#5876ba #ba9c58

#5876ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5876ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5876ba Color CSS Codes

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

#5876ba Text Font Color

<p style="color:#5876ba">Text here</p>

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


#5876ba Background Color

<div style="background-color:#5876ba">
Div content here</div>

This div background color is #5876ba


#5876ba Border Color

<div style="border:3px solid #5876ba">
Div here</div>

This div border color is #5876ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,118,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5876ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5876ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5876ba;
  box-shadow:         1px 1px 3px 2px #5876ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5876ba


Comments

No comments written yet.

Please login to write comment.