Color Hex Logo

#a074ab Color Hex

#A074AB
(160,116,171)
0 Favorites   0 Comments

Color spaces of #a074ab

RGB 160116171
HSL0.800.250.56
HSV288°32°67°
CMYK 0.060.320.00   0.33
XYZ28.093322.904641.4684
Yxy22.90460.30380.2477
Hunter Lab47.858821.0275-17.8722
CIE-Lab54.973927.1396-22.6026

#a074ab color RGB value is (160,116,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 10101011
Octal 240 164 253
Decimal 160 116 171
Hex A0 74 AB

RGB Percentages of Color #a074ab

%35.79
%25.95
%38.26

CMYK Percentages of Color #a074ab

%6
%32
%0
%33

Triadic Colors of #a074ab

#a074ab #aba074 #74aba0

Analogous Colors of #a074ab

#a074ab #ab749b #8574ab

Monochromatic Colors of #a074ab

#a074ab

Complementary Color

#a074ab #7fab74

#a074ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a074ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a074ab Color CSS Codes

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

#a074ab Text Font Color

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

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


#a074ab Background Color

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

This div background color is #a074ab


#a074ab Border Color

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

This div border color is #a074ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,116,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a074ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a074ab


Comments

No comments written yet.

Please login to write comment.