Color Hex Logo

#a86194 Color Hex

#A86194
(168,97,148)
0 Favorites   0 Comments

Color spaces of #a86194

RGB 16897148
HSL0.880.290.52
HSV317°42°66°
CMYK 0.000.420.12   0.34
XYZ25.768419.012330.3286
Yxy19.01230.34310.2531
Hunter Lab43.603129.1839-10.7176
CIE-Lab50.701636.1015-15.6126

#a86194 color RGB value is (168,97,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 10010100
Octal 250 141 224
Decimal 168 97 148
Hex A8 61 94

RGB Percentages of Color #a86194

%40.68
%23.49
%35.84

CMYK Percentages of Color #a86194

%0
%42
%12
%34

Triadic Colors of #a86194

#a86194 #94a861 #6194a8

Analogous Colors of #a86194

#a86194 #a86171 #9961a8

Monochromatic Colors of #a86194

#a86194

Complementary Color

#a86194 #61a875

#a86194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86194 Color CSS Codes

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

#a86194 Text Font Color

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

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


#a86194 Background Color

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

This div background color is #a86194


#a86194 Border Color

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

This div border color is #a86194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86194


Comments

No comments written yet.

Please login to write comment.