Color Hex Logo

#7084ad Color Hex

#7084AD
(112,132,173)
0 Favorites   0 Comments

Color spaces of #7084ad

RGB 112132173
HSL0.610.270.56
HSV220°35°68°
CMYK 0.350.240.00   0.32
XYZ22.476222.964442.7831
Yxy22.96440.25480.2603
Hunter Lab47.9212-0.1412-19.3881
CIE-Lab55.03563.0062-24.0123

#7084ad color RGB value is (112,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 10101101
Octal 160 204 255
Decimal 112 132 173
Hex 70 84 AD

RGB Percentages of Color #7084ad

%26.86
%31.65
%41.49

CMYK Percentages of Color #7084ad

%35
%24
%0
%32

Triadic Colors of #7084ad

#7084ad #ad7084 #84ad70

Analogous Colors of #7084ad

#7084ad #7b70ad #70a3ad

Monochromatic Colors of #7084ad

#7084ad

Complementary Color

#7084ad #ad9970

#7084ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7084ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7084ad Color CSS Codes

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

#7084ad Text Font Color

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

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


#7084ad Background Color

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

This div background color is #7084ad


#7084ad Border Color

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

This div border color is #7084ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7084ad


Comments

No comments written yet.

Please login to write comment.