Color Hex Logo

#5876aa Color Hex

#5876AA
(88,118,170)
0 Favorites   0 Comments

Color spaces of #5876aa

RGB 88118170
HSL0.610.330.51
HSV218°48°67°
CMYK 0.480.310.00   0.33
XYZ17.758617.933940.5558
Yxy17.93390.23290.2352
Hunter Lab42.34840.7433-27.1363
CIE-Lab49.41583.8777-31.1141

#5876aa color RGB value is (88,118,170).

#5876aa hex color red value is 88, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5876aa hue: 0.61 , saturation: 0.33 and the lightness value of 5876aa is 0.51.

The process color (four color CMYK) of #5876aa color hex is 0.48, 0.31, 0.00, 0.33. Web safe color of #5876aa is #666699. Color #5876aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110110 10101010
Octal 130 166 252
Decimal 88 118 170
Hex 58 76 AA

RGB Percentages of Color #5876aa

%23.40
%31.38
%45.21

CMYK Percentages of Color #5876aa

%48
%31
%0
%33

Triadic Colors of #5876aa

#5876aa #aa5876 #76aa58

Analogous Colors of #5876aa

#5876aa #6358aa #589faa

Monochromatic Colors of #5876aa

#5876aa

Complementary Color

#5876aa #aa8c58

#5876aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5876aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5876aa Color CSS Codes

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

#5876aa Text Font Color

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

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


#5876aa Background Color

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

This div background color is #5876aa


#5876aa Border Color

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

This div border color is #5876aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5876aa


Comments

No comments written yet.

Please login to write comment.