Color Hex Logo

#7156ad Color Hex

#7156AD
(113,86,173)
0 Favorites   0 Comments

Color spaces of #7156ad

RGB 11386173
HSL0.720.350.51
HSV259°50°68°
CMYK 0.350.500.00   0.32
XYZ17.680713.183441.1479
Yxy13.18340.24550.1831
Hunter Lab36.309023.3802-41.7754
CIE-Lab43.038330.9485-42.8068

#7156ad color RGB value is (113,86,173).

#7156ad hex color red value is 113, green value is 86 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7156ad hue: 0.72 , saturation: 0.35 and the lightness value of 7156ad is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010110 10101101
Octal 161 126 255
Decimal 113 86 173
Hex 71 56 AD

RGB Percentages of Color #7156ad

%30.38
%23.12
%46.51

CMYK Percentages of Color #7156ad

%35
%50
%0
%32

Triadic Colors of #7156ad

#7156ad #ad7156 #56ad71

Analogous Colors of #7156ad

#7156ad #9d56ad #5667ad

Monochromatic Colors of #7156ad

#7156ad

Complementary Color

#7156ad #92ad56

#7156ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7156ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7156ad Color CSS Codes

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

#7156ad Text Font Color

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

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


#7156ad Background Color

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

This div background color is #7156ad


#7156ad Border Color

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

This div border color is #7156ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7156ad


Comments

No comments written yet.

Please login to write comment.