Color Hex Logo

#7081ad Color Hex

#7081AD
(112,129,173)
0 Favorites   0 Comments

Color spaces of #7081ad

RGB 112129173
HSL0.620.270.56
HSV223°35°68°
CMYK 0.350.250.00   0.32
XYZ22.075222.162442.6494
Yxy22.16240.25410.2551
Hunter Lab47.07701.3171-20.7599
CIE-Lab54.19894.7631-25.3022

#7081ad color RGB value is (112,129,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 10101101
Octal 160 201 255
Decimal 112 129 173
Hex 70 81 AD

RGB Percentages of Color #7081ad

%27.05
%31.16
%41.79

CMYK Percentages of Color #7081ad

%35
%25
%0
%32

Triadic Colors of #7081ad

#7081ad #ad7081 #81ad70

Analogous Colors of #7081ad

#7081ad #7e70ad #70a0ad

Monochromatic Colors of #7081ad

#7081ad

Complementary Color

#7081ad #ad9c70

#7081ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7081ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7081ad Color CSS Codes

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

#7081ad Text Font Color

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

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


#7081ad Background Color

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

This div background color is #7081ad


#7081ad Border Color

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

This div border color is #7081ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,129,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 #7081ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7081ad


Comments

No comments written yet.

Please login to write comment.