Color Hex Logo

#a278ad Color Hex

#A278AD
(162,120,173)
0 Favorites   0 Comments

Color spaces of #a278ad

RGB 162120173
HSL0.800.240.57
HSV288°31°68°
CMYK 0.060.310.00   0.32
XYZ29.159624.131542.6561
Yxy24.13150.30390.2515
Hunter Lab49.123819.9898-17.0971
CIE-Lab56.219225.9337-21.8266

#a278ad color RGB value is (162,120,173).

#a278ad hex color red value is 162, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a278ad hue: 0.80 , saturation: 0.24 and the lightness value of a278ad is 0.57.

The process color (four color CMYK) of #a278ad color hex is 0.06, 0.31, 0.00, 0.32. Web safe color of #a278ad is #996699. Color #a278ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111000 10101101
Octal 242 170 255
Decimal 162 120 173
Hex A2 78 AD

RGB Percentages of Color #a278ad

%35.60
%26.37
%38.02

CMYK Percentages of Color #a278ad

%6
%31
%0
%32

Triadic Colors of #a278ad

#a278ad #ada278 #78ada2

Analogous Colors of #a278ad

#a278ad #ad789e #8878ad

Monochromatic Colors of #a278ad

#a278ad

Complementary Color

#a278ad #83ad78

#a278ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a278ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a278ad Color CSS Codes

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

#a278ad Text Font Color

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

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


#a278ad Background Color

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

This div background color is #a278ad


#a278ad Border Color

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

This div border color is #a278ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a278ad


Comments

No comments written yet.

Please login to write comment.