Color Hex Logo

#a06bb9 Color Hex

#A06BB9
(160,107,185)
0 Favorites   0 Comments

Color spaces of #a06bb9

RGB 160107185
HSL0.780.360.57
HSV281°42°73°
CMYK 0.140.420.00   0.27
XYZ28.511921.491848.5445
Yxy21.49180.28930.2181
Hunter Lab46.359228.6525-29.6333
CIE-Lab53.483635.2096-32.9890

#a06bb9 color RGB value is (160,107,185).

#a06bb9 hex color red value is 160, green value is 107 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #a06bb9 hue: 0.78 , saturation: 0.36 and the lightness value of a06bb9 is 0.57.

The process color (four color CMYK) of #a06bb9 color hex is 0.14, 0.42, 0.00, 0.27. Web safe color of #a06bb9 is #9966cc. Color #a06bb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101011 10111001
Octal 240 153 271
Decimal 160 107 185
Hex A0 6B B9

RGB Percentages of Color #a06bb9

%35.40
%23.67
%40.93

CMYK Percentages of Color #a06bb9

%14
%42
%0
%27

Triadic Colors of #a06bb9

#a06bb9 #b9a06b #6bb9a0

Analogous Colors of #a06bb9

#a06bb9 #b96bab #796bb9

Monochromatic Colors of #a06bb9

#a06bb9

Complementary Color

#a06bb9 #84b96b

#a06bb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06bb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06bb9 Color CSS Codes

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

#a06bb9 Text Font Color

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

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


#a06bb9 Background Color

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

This div background color is #a06bb9


#a06bb9 Border Color

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

This div border color is #a06bb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06bb9


Comments

No comments written yet.

Please login to write comment.