Color Hex Logo

#a08ab4 Color Hex

#A08AB4
(160,138,180)
0 Favorites   0 Comments

Color spaces of #a08ab4

RGB 160138180
HSL0.750.220.62
HSV271°23°71°
CMYK 0.110.230.00   0.29
XYZ31.823928.945847.0898
Yxy28.94580.29500.2684
Hunter Lab53.801311.4319-14.2329
CIE-Lab60.733816.4472-18.9470

#a08ab4 color RGB value is (160,138,180).

#a08ab4 hex color red value is 160, green value is 138 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a08ab4 hue: 0.75 , saturation: 0.22 and the lightness value of a08ab4 is 0.62.

The process color (four color CMYK) of #a08ab4 color hex is 0.11, 0.23, 0.00, 0.29. Web safe color of #a08ab4 is #9999cc. Color #a08ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001010 10110100
Octal 240 212 264
Decimal 160 138 180
Hex A0 8A B4

RGB Percentages of Color #a08ab4

%33.47
%28.87
%37.66

CMYK Percentages of Color #a08ab4

%11
%23
%0
%29

Triadic Colors of #a08ab4

#a08ab4 #b4a08a #8ab4a0

Analogous Colors of #a08ab4

#a08ab4 #b48ab3 #8b8ab4

Monochromatic Colors of #a08ab4

#a08ab4

Complementary Color

#a08ab4 #9eb48a

#a08ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08ab4 Color CSS Codes

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

#a08ab4 Text Font Color

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

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


#a08ab4 Background Color

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

This div background color is #a08ab4


#a08ab4 Border Color

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

This div border color is #a08ab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08ab4


Comments

No comments written yet.

Please login to write comment.