Color Hex Logo

#a481ad Color Hex

#A481AD
(164,129,173)
0 Favorites   0 Comments

Color spaces of #a481ad

RGB 164129173
HSL0.800.210.59
HSV288°25°68°
CMYK 0.050.250.00   0.32
XYZ30.702926.610243.0532
Yxy26.61020.30590.2651
Hunter Lab51.585115.9675-13.3742
CIE-Lab58.611821.4683-18.1542

#a481ad color RGB value is (164,129,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 10101101
Octal 244 201 255
Decimal 164 129 173
Hex A4 81 AD

RGB Percentages of Color #a481ad

%35.19
%27.68
%37.12

CMYK Percentages of Color #a481ad

%5
%25
%0
%32

Triadic Colors of #a481ad

#a481ad #ada481 #81ada4

Analogous Colors of #a481ad

#a481ad #ad81a0 #8e81ad

Monochromatic Colors of #a481ad

#a481ad

Complementary Color

#a481ad #8aad81

#a481ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a481ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a481ad Color CSS Codes

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

#a481ad Text Font Color

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

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


#a481ad Background Color

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

This div background color is #a481ad


#a481ad Border Color

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

This div border color is #a481ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a481ad


Comments

No comments written yet.

Please login to write comment.