Color Hex Logo

#a8065e Color Hex

#A8065E
(168,6,94)
0 Favorites   0 Comments

Color spaces of #a8065e

RGB 168694
HSL0.910.930.34
HSV327°96°66°
CMYK 0.000.960.44   0.34
XYZ18.23409.263211.4166
Yxy9.26320.46860.2380
Hunter Lab30.435553.6777-0.9353
CIE-Lab36.486262.1372-3.8161

#a8065e color RGB value is (168,6,94).

#a8065e hex color red value is 168, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a8065e hue: 0.91 , saturation: 0.93 and the lightness value of a8065e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000110 01011110
Octal 250 6 136
Decimal 168 6 94
Hex A8 6 5E

RGB Percentages of Color #a8065e

%62.69
%2.24
%35.07

CMYK Percentages of Color #a8065e

%0
%96
%44
%34

Triadic Colors of #a8065e

#a8065e #5ea806 #065ea8

Analogous Colors of #a8065e

#a8065e #a8060d #a106a8

Monochromatic Colors of #a8065e

#a8065e

Complementary Color

#a8065e #06a850

#a8065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8065e Color CSS Codes

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

#a8065e Text Font Color

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

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


#a8065e Background Color

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

This div background color is #a8065e


#a8065e Border Color

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

This div border color is #a8065e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8065e


Comments

No comments written yet.

Please login to write comment.