Color Hex Logo

#a093af Color Hex

#A093AF
(160,147,175)
0 Favorites   0 Comments

Color spaces of #a093af

RGB 160147175
HSL0.740.150.63
HSV268°16°69°
CMYK 0.090.160.00   0.31
XYZ32.668831.436244.9034
Yxy31.43620.29970.2884
Hunter Lab56.06805.8865-8.2362
CIE-Lab62.874110.2673-12.8787

#a093af color RGB value is (160,147,175).

#a093af hex color red value is 160, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a093af hue: 0.74 , saturation: 0.15 and the lightness value of a093af is 0.63.

The process color (four color CMYK) of #a093af color hex is 0.09, 0.16, 0.00, 0.31. Web safe color of #a093af is #999999. Color #a093af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 10101111
Octal 240 223 257
Decimal 160 147 175
Hex A0 93 AF

RGB Percentages of Color #a093af

%33.20
%30.50
%36.31

CMYK Percentages of Color #a093af

%9
%16
%0
%31

Triadic Colors of #a093af

#a093af #afa093 #93afa0

Analogous Colors of #a093af

#a093af #ae93af #9394af

Monochromatic Colors of #a093af

#a093af

Complementary Color

#a093af #a2af93

#a093af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a093af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a093af Color CSS Codes

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

#a093af Text Font Color

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

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


#a093af Background Color

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

This div background color is #a093af


#a093af Border Color

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

This div border color is #a093af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a093af


Comments

No comments written yet.

Please login to write comment.