Color Hex Logo

#a86193 Color Hex

#A86193
(168,97,147)
0 Favorites   0 Comments

Color spaces of #a86193

RGB 16897147
HSL0.880.290.52
HSV318°42°66°
CMYK 0.000.420.13   0.34
XYZ25.689618.980829.9134
Yxy18.98080.34440.2545
Hunter Lab43.567029.0117-10.2121
CIE-Lab50.664735.9301-15.0773

#a86193 color RGB value is (168,97,147).

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

The process color (four color CMYK) of #a86193 color hex is 0.00, 0.42, 0.13, 0.34. Web safe color of #a86193 is #996699. Color #a86193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 10010011
Octal 250 141 223
Decimal 168 97 147
Hex A8 61 93

RGB Percentages of Color #a86193

%40.78
%23.54
%35.68

CMYK Percentages of Color #a86193

%0
%42
%13
%34

Triadic Colors of #a86193

#a86193 #93a861 #6193a8

Analogous Colors of #a86193

#a86193 #a86170 #9a61a8

Monochromatic Colors of #a86193

#a86193

Complementary Color

#a86193 #61a876

#a86193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86193 Color CSS Codes

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

#a86193 Text Font Color

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

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


#a86193 Background Color

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

This div background color is #a86193


#a86193 Border Color

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

This div border color is #a86193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86193


Comments

No comments written yet.

Please login to write comment.