Color Hex Logo

#a85163 Color Hex

#A85163
(168,81,99)
0 Favorites   0 Comments

Color spaces of #a85163

RGB 1688199
HSL0.970.350.49
HSV348°52°66°
CMYK 0.000.520.41   0.34
XYZ21.343015.110513.5961
Yxy15.11050.42640.3019
Hunter Lab38.872229.98006.4731
CIE-Lab45.785237.59286.5611

#a85163 color RGB value is (168,81,99).

#a85163 hex color red value is 168, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a85163 hue: 0.97 , saturation: 0.35 and the lightness value of a85163 is 0.49.

The process color (four color CMYK) of #a85163 color hex is 0.00, 0.52, 0.41, 0.34. Web safe color of #a85163 is #996666. Color #a85163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010001 01100011
Octal 250 121 143
Decimal 168 81 99
Hex A8 51 63

RGB Percentages of Color #a85163

%48.28
%23.28
%28.45

CMYK Percentages of Color #a85163

%0
%52
%41
%34

Triadic Colors of #a85163

#a85163 #63a851 #5163a8

Analogous Colors of #a85163

#a85163 #a86b51 #a8518f

Monochromatic Colors of #a85163

#a85163

Complementary Color

#a85163 #51a896

#a85163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85163 Color CSS Codes

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

#a85163 Text Font Color

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

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


#a85163 Background Color

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

This div background color is #a85163


#a85163 Border Color

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

This div border color is #a85163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85163


Comments

No comments written yet.

Please login to write comment.