Color Hex Logo

#a074ad Color Hex

#A074AD
(160,116,173)
0 Favorites   0 Comments

Color spaces of #a074ad

RGB 160116173
HSL0.800.260.57
HSV286°33°68°
CMYK 0.080.330.00   0.32
XYZ28.285422.981542.4802
Yxy22.98150.30170.2451
Hunter Lab47.939021.4268-18.9813
CIE-Lab55.053327.5551-23.6354

#a074ad color RGB value is (160,116,173).

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

The process color (four color CMYK) of #a074ad color hex is 0.08, 0.33, 0.00, 0.32. Web safe color of #a074ad is #996699. Color #a074ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 10101101
Octal 240 164 255
Decimal 160 116 173
Hex A0 74 AD

RGB Percentages of Color #a074ad

%35.63
%25.84
%38.53

CMYK Percentages of Color #a074ad

%8
%33
%0
%32

Triadic Colors of #a074ad

#a074ad #ada074 #74ada0

Analogous Colors of #a074ad

#a074ad #ad749e #8474ad

Monochromatic Colors of #a074ad

#a074ad

Complementary Color

#a074ad #81ad74

#a074ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a074ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a074ad Color CSS Codes

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

#a074ad Text Font Color

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

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


#a074ad Background Color

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

This div background color is #a074ad


#a074ad Border Color

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

This div border color is #a074ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a074ad


Comments

No comments written yet.

Please login to write comment.