Color Hex Logo

#7082ad Color Hex

#7082AD
(112,130,173)
0 Favorites   0 Comments

Color spaces of #7082ad

RGB 112130173
HSL0.620.270.56
HSV222°35°68°
CMYK 0.350.250.00   0.32
XYZ22.207522.427142.6936
Yxy22.42710.25430.2568
Hunter Lab47.35730.8298-20.3011
CIE-Lab54.47734.1759-24.8728

#7082ad color RGB value is (112,130,173).

#7082ad hex color red value is 112, green value is 130 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7082ad hue: 0.62 , saturation: 0.27 and the lightness value of 7082ad is 0.56.

The process color (four color CMYK) of #7082ad color hex is 0.35, 0.25, 0.00, 0.32. Web safe color of #7082ad is #669999. Color #7082ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000010 10101101
Octal 160 202 255
Decimal 112 130 173
Hex 70 82 AD

RGB Percentages of Color #7082ad

%26.99
%31.33
%41.69

CMYK Percentages of Color #7082ad

%35
%25
%0
%32

Triadic Colors of #7082ad

#7082ad #ad7082 #82ad70

Analogous Colors of #7082ad

#7082ad #7d70ad #70a1ad

Monochromatic Colors of #7082ad

#7082ad

Complementary Color

#7082ad #ad9b70

#7082ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7082ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7082ad Color CSS Codes

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

#7082ad Text Font Color

<p style="color:#7082ad">Text here</p>

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


#7082ad Background Color

<div style="background-color:#7082ad">
Div content here</div>

This div background color is #7082ad


#7082ad Border Color

<div style="border:3px solid #7082ad">
Div here</div>

This div border color is #7082ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,130,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7082ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7082ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7082ad;
  box-shadow:         1px 1px 3px 2px #7082ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,130,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7082ad


Comments

No comments written yet.

Please login to write comment.