Color Hex Logo

#a85f94 Color Hex

#A85F94
(168,95,148)
0 Favorites   0 Comments

Color spaces of #a85f94

RGB 16895148
HSL0.880.300.52
HSV316°43°66°
CMYK 0.000.430.12   0.34
XYZ25.586018.647430.2677
Yxy18.64740.34340.2503
Hunter Lab43.182630.1928-11.3299
CIE-Lab50.272137.1874-16.2656

#a85f94 color RGB value is (168,95,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011111 10010100
Octal 250 137 224
Decimal 168 95 148
Hex A8 5F 94

RGB Percentages of Color #a85f94

%40.88
%23.11
%36.01

CMYK Percentages of Color #a85f94

%0
%43
%12
%34

Triadic Colors of #a85f94

#a85f94 #94a85f #5f94a8

Analogous Colors of #a85f94

#a85f94 #a85f70 #985fa8

Monochromatic Colors of #a85f94

#a85f94

Complementary Color

#a85f94 #5fa873

#a85f94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85f94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85f94 Color CSS Codes

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

#a85f94 Text Font Color

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

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


#a85f94 Background Color

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

This div background color is #a85f94


#a85f94 Border Color

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

This div border color is #a85f94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,95,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 #a85f94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85f94

#a85f94 Color Palettes


Comments

No comments written yet.

Please login to write comment.