Color Hex Logo

#a782ad Color Hex

#A782AD
(167,130,173)
0 Favorites   0 Comments

Color spaces of #a782ad

RGB 167130173
HSL0.810.210.59
HSV292°25°68°
CMYK 0.030.250.00   0.32
XYZ31.461827.197943.1267
Yxy27.19790.30910.2672
Hunter Lab52.151616.4194-12.5237
CIE-Lab59.157121.9215-17.2975

#a782ad color RGB value is (167,130,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 10101101
Octal 247 202 255
Decimal 167 130 173
Hex A7 82 AD

RGB Percentages of Color #a782ad

%35.53
%27.66
%36.81

CMYK Percentages of Color #a782ad

%3
%25
%0
%32

Triadic Colors of #a782ad

#a782ad #ada782 #82ada7

Analogous Colors of #a782ad

#a782ad #ad829e #9282ad

Monochromatic Colors of #a782ad

#a782ad

Complementary Color

#a782ad #88ad82

#a782ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782ad Color CSS Codes

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

#a782ad Text Font Color

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

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


#a782ad Background Color

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

This div background color is #a782ad


#a782ad Border Color

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

This div border color is #a782ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782ad


Comments

No comments written yet.

Please login to write comment.