Color Hex Logo

#a781ad Color Hex

#A781AD
(167,129,173)
0 Favorites   0 Comments

Color spaces of #a781ad

RGB 167129173
HSL0.810.210.59
HSV292°25°68°
CMYK 0.030.250.00   0.32
XYZ31.329426.933143.0825
Yxy26.93310.30910.2658
Hunter Lab51.897116.9375-12.8917
CIE-Lab58.912422.4904-17.6692

#a781ad color RGB value is (167,129,173).

#a781ad hex color red value is 167, green value is 129 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a781ad hue: 0.81 , saturation: 0.21 and the lightness value of a781ad is 0.59.

The process color (four color CMYK) of #a781ad color hex is 0.03, 0.25, 0.00, 0.32. Web safe color of #a781ad is #999999. Color #a781ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000001 10101101
Octal 247 201 255
Decimal 167 129 173
Hex A7 81 AD

RGB Percentages of Color #a781ad

%35.61
%27.51
%36.89

CMYK Percentages of Color #a781ad

%3
%25
%0
%32

Triadic Colors of #a781ad

#a781ad #ada781 #81ada7

Analogous Colors of #a781ad

#a781ad #ad819d #9181ad

Monochromatic Colors of #a781ad

#a781ad

Complementary Color

#a781ad #87ad81

#a781ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a781ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a781ad Color CSS Codes

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

#a781ad Text Font Color

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

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


#a781ad Background Color

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

This div background color is #a781ad


#a781ad Border Color

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

This div border color is #a781ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,129,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a781ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a781ad;
  -webkit-box-shadow: 1px 1px 3px 2px #a781ad;
  box-shadow:         1px 1px 3px 2px #a781ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,129,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 #a781ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a781ad


Comments

No comments written yet.

Please login to write comment.