Color Hex Logo

#a8165e Color Hex

#A8165E
(168,22,94)
0 Favorites   0 Comments

Color spaces of #a8165e

RGB 1682294
HSL0.920.770.37
HSV330°87°66°
CMYK 0.000.870.44   0.34
XYZ18.45579.706811.4905
Yxy9.70680.46540.2448
Hunter Lab31.155751.2154-0.0576
CIE-Lab37.311059.7460-2.5971

#a8165e color RGB value is (168,22,94).

#a8165e hex color red value is 168, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a8165e hue: 0.92 , saturation: 0.77 and the lightness value of a8165e is 0.37.

The process color (four color CMYK) of #a8165e color hex is 0.00, 0.87, 0.44, 0.34. Web safe color of #a8165e is #990066. Color #a8165e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010110 01011110
Octal 250 26 136
Decimal 168 22 94
Hex A8 16 5E

RGB Percentages of Color #a8165e

%59.15
%7.75
%33.10

CMYK Percentages of Color #a8165e

%0
%87
%44
%34

Triadic Colors of #a8165e

#a8165e #5ea816 #165ea8

Analogous Colors of #a8165e

#a8165e #a81716 #a816a7

Monochromatic Colors of #a8165e

#a8165e

Complementary Color

#a8165e #16a860

#a8165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8165e Color CSS Codes

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

#a8165e Text Font Color

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

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


#a8165e Background Color

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

This div background color is #a8165e


#a8165e Border Color

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

This div border color is #a8165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8165e


Comments

No comments written yet.

Please login to write comment.