Color Hex Logo

#a07eaf Color Hex

#A07EAF
(160,126,175)
0 Favorites   0 Comments

Color spaces of #a07eaf

RGB 160126175
HSL0.780.230.59
HSV282°28°69°
CMYK 0.090.280.00   0.31
XYZ29.695925.490443.9124
Yxy25.49040.29970.2572
Hunter Lab50.488016.6356-16.2264
CIE-Lab57.550122.2518-20.9547

#a07eaf color RGB value is (160,126,175).

#a07eaf hex color red value is 160, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a07eaf hue: 0.78 , saturation: 0.23 and the lightness value of a07eaf is 0.59.

The process color (four color CMYK) of #a07eaf color hex is 0.09, 0.28, 0.00, 0.31. Web safe color of #a07eaf is #996699. Color #a07eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111110 10101111
Octal 240 176 257
Decimal 160 126 175
Hex A0 7E AF

RGB Percentages of Color #a07eaf

%34.71
%27.33
%37.96

CMYK Percentages of Color #a07eaf

%9
%28
%0
%31

Triadic Colors of #a07eaf

#a07eaf #afa07e #7eafa0

Analogous Colors of #a07eaf

#a07eaf #af7ea6 #887eaf

Monochromatic Colors of #a07eaf

#a07eaf

Complementary Color

#a07eaf #8daf7e

#a07eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07eaf Color CSS Codes

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

#a07eaf Text Font Color

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

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


#a07eaf Background Color

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

This div background color is #a07eaf


#a07eaf Border Color

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

This div border color is #a07eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07eaf


Comments

No comments written yet.

Please login to write comment.