Color Hex Logo

#a280ad Color Hex

#A280AD
(162,128,173)
0 Favorites   0 Comments

Color spaces of #a280ad

RGB 162128173
HSL0.790.220.59
HSV285°26°68°
CMYK 0.060.260.00   0.32
XYZ30.162326.136942.9904
Yxy26.13690.30380.2632
Hunter Lab51.124315.8440-14.0700
CIE-Lab58.166821.3609-18.8500

#a280ad color RGB value is (162,128,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000000 10101101
Octal 242 200 255
Decimal 162 128 173
Hex A2 80 AD

RGB Percentages of Color #a280ad

%34.99
%27.65
%37.37

CMYK Percentages of Color #a280ad

%6
%26
%0
%32

Triadic Colors of #a280ad

#a280ad #ada280 #80ada2

Analogous Colors of #a280ad

#a280ad #ad80a2 #8c80ad

Monochromatic Colors of #a280ad

#a280ad

Complementary Color

#a280ad #8bad80

#a280ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a280ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a280ad Color CSS Codes

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

#a280ad Text Font Color

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

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


#a280ad Background Color

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

This div background color is #a280ad


#a280ad Border Color

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

This div border color is #a280ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a280ad


Comments

No comments written yet.

Please login to write comment.