Color Hex Logo

#a382ad Color Hex

#A382AD
(163,130,173)
0 Favorites   0 Comments

Color spaces of #a382ad

RGB 163130173
HSL0.790.210.59
HSV286°25°68°
CMYK 0.060.250.00   0.32
XYZ30.629726.768943.0877
Yxy26.76890.30480.2664
Hunter Lab51.738715.1307-13.1593
CIE-Lab58.759820.5573-17.9382

#a382ad color RGB value is (163,130,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 10101101
Octal 243 202 255
Decimal 163 130 173
Hex A3 82 AD

RGB Percentages of Color #a382ad

%34.98
%27.90
%37.12

CMYK Percentages of Color #a382ad

%6
%25
%0
%32

Triadic Colors of #a382ad

#a382ad #ada382 #82ada3

Analogous Colors of #a382ad

#a382ad #ad82a2 #8e82ad

Monochromatic Colors of #a382ad

#a382ad

Complementary Color

#a382ad #8cad82

#a382ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a382ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a382ad Color CSS Codes

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

#a382ad Text Font Color

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

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


#a382ad Background Color

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

This div background color is #a382ad


#a382ad Border Color

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

This div border color is #a382ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a382ad


Comments

No comments written yet.

Please login to write comment.