Color Hex Logo

#a06bae Color Hex

#A06BAE
(160,107,174)
0 Favorites   0 Comments

Color spaces of #a06bae

RGB 160107174
HSL0.800.290.55
HSV287°39°68°
CMYK 0.080.390.00   0.32
XYZ27.394921.045042.6626
Yxy21.04500.30070.2310
Hunter Lab45.874826.3132-23.0260
CIE-Lab52.998732.8704-27.3866

#a06bae color RGB value is (160,107,174).

#a06bae hex color red value is 160, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a06bae hue: 0.80 , saturation: 0.29 and the lightness value of a06bae is 0.55.

The process color (four color CMYK) of #a06bae color hex is 0.08, 0.39, 0.00, 0.32. Web safe color of #a06bae is #996699. Color #a06bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101011 10101110
Octal 240 153 256
Decimal 160 107 174
Hex A0 6B AE

RGB Percentages of Color #a06bae

%36.28
%24.26
%39.46

CMYK Percentages of Color #a06bae

%8
%39
%0
%32

Triadic Colors of #a06bae

#a06bae #aea06b #6baea0

Analogous Colors of #a06bae

#a06bae #ae6b9b #7f6bae

Monochromatic Colors of #a06bae

#a06bae

Complementary Color

#a06bae #79ae6b

#a06bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06bae Color CSS Codes

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

#a06bae Text Font Color

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

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


#a06bae Background Color

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

This div background color is #a06bae


#a06bae Border Color

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

This div border color is #a06bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06bae


Comments

No comments written yet.

Please login to write comment.