Color Hex Logo

#7179ad Color Hex

#7179AD
(113,121,173)
0 Favorites   0 Comments

Color spaces of #7179ad

RGB 113121173
HSL0.640.270.56
HSV232°35°68°
CMYK 0.350.300.00   0.32
XYZ21.190220.202642.3178
Yxy20.20260.25310.2413
Hunter Lab44.94735.4952-24.3583
CIE-Lab52.06559.7954-28.6002

#7179ad color RGB value is (113,121,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111001 10101101
Octal 161 171 255
Decimal 113 121 173
Hex 71 79 AD

RGB Percentages of Color #7179ad

%27.76
%29.73
%42.51

CMYK Percentages of Color #7179ad

%35
%30
%0
%32

Triadic Colors of #7179ad

#7179ad #ad7179 #79ad71

Analogous Colors of #7179ad

#7179ad #8771ad #7197ad

Monochromatic Colors of #7179ad

#7179ad

Complementary Color

#7179ad #ada571

#7179ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7179ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7179ad Color CSS Codes

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

#7179ad Text Font Color

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

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


#7179ad Background Color

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

This div background color is #7179ad


#7179ad Border Color

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

This div border color is #7179ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7179ad


Comments

No comments written yet.

Please login to write comment.