Color Hex Logo

#a780ad Color Hex

#A780AD
(167,128,173)
0 Favorites   0 Comments

Color spaces of #a780ad

RGB 167128173
HSL0.810.220.59
HSV292°26°68°
CMYK 0.030.260.00   0.32
XYZ31.198326.671043.0388
Yxy26.67100.30920.2643
Hunter Lab51.644017.4555-13.2600
CIE-Lab58.668623.0588-18.0399

#a780ad color RGB value is (167,128,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 10101101
Octal 247 200 255
Decimal 167 128 173
Hex A7 80 AD

RGB Percentages of Color #a780ad

%35.68
%27.35
%36.97

CMYK Percentages of Color #a780ad

%3
%26
%0
%32

Triadic Colors of #a780ad

#a780ad #ada780 #80ada7

Analogous Colors of #a780ad

#a780ad #ad809d #9180ad

Monochromatic Colors of #a780ad

#a780ad

Complementary Color

#a780ad #86ad80

#a780ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a780ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a780ad Color CSS Codes

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

#a780ad Text Font Color

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

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


#a780ad Background Color

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

This div background color is #a780ad


#a780ad Border Color

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

This div border color is #a780ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a780ad


Comments

No comments written yet.

Please login to write comment.