Color Hex Logo

#a06fa4 Color Hex

#A06FA4
(160,111,164)
0 Favorites   0 Comments

Color spaces of #a06fa4

RGB 160111164
HSL0.820.230.54
HSV295°32°64°
CMYK 0.020.320.00   0.36
XYZ26.882521.522837.8594
Yxy21.52280.31160.2495
Hunter Lab46.392722.2457-15.9096
CIE-Lab53.517028.5643-20.7807

#a06fa4 color RGB value is (160,111,164).

#a06fa4 hex color red value is 160, green value is 111 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #a06fa4 hue: 0.82 , saturation: 0.23 and the lightness value of a06fa4 is 0.54.

The process color (four color CMYK) of #a06fa4 color hex is 0.02, 0.32, 0.00, 0.36. Web safe color of #a06fa4 is #996699. Color #a06fa4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 10100100
Octal 240 157 244
Decimal 160 111 164
Hex A0 6F A4

RGB Percentages of Color #a06fa4

%36.78
%25.52
%37.70

CMYK Percentages of Color #a06fa4

%2
%32
%0
%36

Triadic Colors of #a06fa4

#a06fa4 #a4a06f #6fa4a0

Analogous Colors of #a06fa4

#a06fa4 #a46f8e #866fa4

Monochromatic Colors of #a06fa4

#a06fa4

Complementary Color

#a06fa4 #73a46f

#a06fa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06fa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06fa4 Color CSS Codes

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

#a06fa4 Text Font Color

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

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


#a06fa4 Background Color

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

This div background color is #a06fa4


#a06fa4 Border Color

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

This div border color is #a06fa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06fa4


Comments

No comments written yet.

Please login to write comment.