Color Hex Logo

#7071ad Color Hex

#7071AD
(112,113,173)
0 Favorites   0 Comments

Color spaces of #7071ad

RGB 112113173
HSL0.660.270.56
HSV239°35°68°
CMYK 0.350.350.00   0.32
XYZ20.130018.272142.0011
Yxy18.27210.25040.2273
Hunter Lab42.74599.2544-28.3349
CIE-Lab49.824514.3119-32.0991

#7071ad color RGB value is (112,113,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110001 10101101
Octal 160 161 255
Decimal 112 113 173
Hex 70 71 AD

RGB Percentages of Color #7071ad

%28.14
%28.39
%43.47

CMYK Percentages of Color #7071ad

%35
%35
%0
%32

Triadic Colors of #7071ad

#7071ad #ad7071 #71ad70

Analogous Colors of #7071ad

#7071ad #8e70ad #7090ad

Monochromatic Colors of #7071ad

#7071ad

Complementary Color

#7071ad #adac70

#7071ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7071ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7071ad Color CSS Codes

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

#7071ad Text Font Color

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

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


#7071ad Background Color

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

This div background color is #7071ad


#7071ad Border Color

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

This div border color is #7071ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7071ad


Comments

No comments written yet.

Please login to write comment.