Color Hex Logo

#a06099 Color Hex

#A06099
(160,96,153)
0 Favorites   0 Comments

Color spaces of #a06099

RGB 16096153
HSL0.850.250.50
HSV307°40°63°
CMYK 0.000.400.04   0.37
XYZ24.429818.139232.3506
Yxy18.13920.32610.2421
Hunter Lab42.590127.8553-15.2224
CIE-Lab49.664534.8682-20.2411

#a06099 color RGB value is (160,96,153).

#a06099 hex color red value is 160, green value is 96 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a06099 hue: 0.85 , saturation: 0.25 and the lightness value of a06099 is 0.50.

The process color (four color CMYK) of #a06099 color hex is 0.00, 0.40, 0.04, 0.37. Web safe color of #a06099 is #996699. Color #a06099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 10011001
Octal 240 140 231
Decimal 160 96 153
Hex A0 60 99

RGB Percentages of Color #a06099

%39.12
%23.47
%37.41

CMYK Percentages of Color #a06099

%0
%40
%4
%37

Triadic Colors of #a06099

#a06099 #99a060 #6099a0

Analogous Colors of #a06099

#a06099 #a06079 #8760a0

Monochromatic Colors of #a06099

#a06099

Complementary Color

#a06099 #60a067

#a06099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06099 Color CSS Codes

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

#a06099 Text Font Color

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

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


#a06099 Background Color

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

This div background color is #a06099


#a06099 Border Color

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

This div border color is #a06099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06099


Comments

No comments written yet.

Please login to write comment.