Color Hex Logo

#7586aa Color Hex

#7586AA
(117,134,170)
0 Favorites   0 Comments

Color spaces of #7586aa

RGB 117134170
HSL0.610.240.56
HSV221°31°67°
CMYK 0.310.210.00   0.33
XYZ23.116923.734441.3930
Yxy23.73440.26200.2690
Hunter Lab48.7180-0.5574-16.2729
CIE-Lab55.82092.5320-21.0544

#7586aa color RGB value is (117,134,170).

#7586aa hex color red value is 117, green value is 134 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7586aa hue: 0.61 , saturation: 0.24 and the lightness value of 7586aa is 0.56.

The process color (four color CMYK) of #7586aa color hex is 0.31, 0.21, 0.00, 0.33. Web safe color of #7586aa is #669999. Color #7586aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000110 10101010
Octal 165 206 252
Decimal 117 134 170
Hex 75 86 AA

RGB Percentages of Color #7586aa

%27.79
%31.83
%40.38

CMYK Percentages of Color #7586aa

%31
%21
%0
%33

Triadic Colors of #7586aa

#7586aa #aa7586 #86aa75

Analogous Colors of #7586aa

#7586aa #7f75aa #75a1aa

Monochromatic Colors of #7586aa

#7586aa

Complementary Color

#7586aa #aa9975

#7586aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7586aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7586aa Color CSS Codes

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

#7586aa Text Font Color

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

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


#7586aa Background Color

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

This div background color is #7586aa


#7586aa Border Color

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

This div border color is #7586aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,134,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 #7586aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7586aa

#7586aa Color Palettes


Comments

No comments written yet.

Please login to write comment.