Color Hex Logo

#a093ab Color Hex

#A093AB
(160,147,171)
0 Favorites   0 Comments

Color spaces of #a093ab

RGB 160147171
HSL0.760.130.62
HSV273°14°67°
CMYK 0.060.140.00   0.33
XYZ32.281631.281342.8645
Yxy31.28130.30330.2939
Hunter Lab55.92975.1500-6.2891
CIE-Lab62.74449.4374-10.8142

#a093ab color RGB value is (160,147,171).

#a093ab hex color red value is 160, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a093ab hue: 0.76 , saturation: 0.13 and the lightness value of a093ab is 0.62.

The process color (four color CMYK) of #a093ab color hex is 0.06, 0.14, 0.00, 0.33. Web safe color of #a093ab is #999999. Color #a093ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 10101011
Octal 240 223 253
Decimal 160 147 171
Hex A0 93 AB

RGB Percentages of Color #a093ab

%33.47
%30.75
%35.77

CMYK Percentages of Color #a093ab

%6
%14
%0
%33

Triadic Colors of #a093ab

#a093ab #aba093 #93aba0

Analogous Colors of #a093ab

#a093ab #ab93aa #9493ab

Monochromatic Colors of #a093ab

#a093ab

Complementary Color

#a093ab #9eab93

#a093ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a093ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a093ab Color CSS Codes

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

#a093ab Text Font Color

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

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


#a093ab Background Color

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

This div background color is #a093ab


#a093ab Border Color

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

This div border color is #a093ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a093ab


Comments

No comments written yet.

Please login to write comment.