Color Hex Logo

#7167ad Color Hex

#7167AD
(113,103,173)
0 Favorites   0 Comments

Color spaces of #7167ad

RGB 113103173
HSL0.690.300.54
HSV249°40°68°
CMYK 0.350.400.00   0.32
XYZ19.203116.228341.6554
Yxy16.22830.24910.2105
Hunter Lab40.284414.5913-33.1088
CIE-Lab47.272620.6649-36.0983

#7167ad color RGB value is (113,103,173).

#7167ad hex color red value is 113, green value is 103 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7167ad hue: 0.69 , saturation: 0.30 and the lightness value of 7167ad is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100111 10101101
Octal 161 147 255
Decimal 113 103 173
Hex 71 67 AD

RGB Percentages of Color #7167ad

%29.05
%26.48
%44.47

CMYK Percentages of Color #7167ad

%35
%40
%0
%32

Triadic Colors of #7167ad

#7167ad #ad7167 #67ad71

Analogous Colors of #7167ad

#7167ad #9467ad #6780ad

Monochromatic Colors of #7167ad

#7167ad

Complementary Color

#7167ad #a3ad67

#7167ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7167ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7167ad Color CSS Codes

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

#7167ad Text Font Color

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

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


#7167ad Background Color

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

This div background color is #7167ad


#7167ad Border Color

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

This div border color is #7167ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7167ad


Comments

No comments written yet.

Please login to write comment.