Color Hex Logo

#a86091 Color Hex

#A86091
(168,96,145)
0 Favorites   0 Comments

Color spaces of #a86091

RGB 16896145
HSL0.890.290.52
HSV319°43°66°
CMYK 0.000.430.14   0.34
XYZ25.442218.734929.0633
Yxy18.73490.34740.2558
Hunter Lab43.283829.1754-9.5121
CIE-Lab50.375636.1353-14.3324

#a86091 color RGB value is (168,96,145).

#a86091 hex color red value is 168, green value is 96 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #a86091 hue: 0.89 , saturation: 0.29 and the lightness value of a86091 is 0.52.

The process color (four color CMYK) of #a86091 color hex is 0.00, 0.43, 0.14, 0.34. Web safe color of #a86091 is #996699. Color #a86091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100000 10010001
Octal 250 140 221
Decimal 168 96 145
Hex A8 60 91

RGB Percentages of Color #a86091

%41.08
%23.47
%35.45

CMYK Percentages of Color #a86091

%0
%43
%14
%34

Triadic Colors of #a86091

#a86091 #91a860 #6091a8

Analogous Colors of #a86091

#a86091 #a8606d #9b60a8

Monochromatic Colors of #a86091

#a86091

Complementary Color

#a86091 #60a877

#a86091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86091 Color CSS Codes

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

#a86091 Text Font Color

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

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


#a86091 Background Color

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

This div background color is #a86091


#a86091 Border Color

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

This div border color is #a86091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86091


Comments

No comments written yet.

Please login to write comment.