Color Hex Logo

#7582aa Color Hex

#7582AA
(117,130,170)
0 Favorites   0 Comments

Color spaces of #7582aa

RGB 117130170
HSL0.630.240.56
HSV225°31°67°
CMYK 0.310.240.00   0.33
XYZ22.574422.649541.2122
Yxy22.64950.26120.2620
Hunter Lab47.59151.3840-18.0286
CIE-Lab54.70954.8618-22.7594

#7582aa color RGB value is (117,130,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000010 10101010
Octal 165 202 252
Decimal 117 130 170
Hex 75 82 AA

RGB Percentages of Color #7582aa

%28.06
%31.18
%40.77

CMYK Percentages of Color #7582aa

%31
%24
%0
%33

Triadic Colors of #7582aa

#7582aa #aa7582 #82aa75

Analogous Colors of #7582aa

#7582aa #8375aa #759daa

Monochromatic Colors of #7582aa

#7582aa

Complementary Color

#7582aa #aa9d75

#7582aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7582aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7582aa Color CSS Codes

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

#7582aa Text Font Color

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

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


#7582aa Background Color

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

This div background color is #7582aa


#7582aa Border Color

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

This div border color is #7582aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7582aa


Comments

No comments written yet.

Please login to write comment.