Color Hex Logo

#a8095f Color Hex

#A8095F
(168,9,95)
0 Favorites   0 Comments

Color spaces of #a8095f

RGB 168995
HSL0.910.900.35
HSV328°95°66°
CMYK 0.000.950.43   0.34
XYZ18.31179.346411.6654
Yxy9.34640.46570.2377
Hunter Lab30.571953.4157-1.2231
CIE-Lab36.642961.8709-4.2262

#a8095f color RGB value is (168,9,95).

#a8095f hex color red value is 168, green value is 9 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a8095f hue: 0.91 , saturation: 0.90 and the lightness value of a8095f is 0.35.

The process color (four color CMYK) of #a8095f color hex is 0.00, 0.95, 0.43, 0.34. Web safe color of #a8095f is #990066. Color #a8095f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001001 01011111
Octal 250 11 137
Decimal 168 9 95
Hex A8 9 5F

RGB Percentages of Color #a8095f

%61.76
%3.31
%34.93

CMYK Percentages of Color #a8095f

%0
%95
%43
%34

Triadic Colors of #a8095f

#a8095f #5fa809 #095fa8

Analogous Colors of #a8095f

#a8095f #a80910 #a209a8

Monochromatic Colors of #a8095f

#a8095f

Complementary Color

#a8095f #09a852

#a8095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8095f Color CSS Codes

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

#a8095f Text Font Color

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

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


#a8095f Background Color

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

This div background color is #a8095f


#a8095f Border Color

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

This div border color is #a8095f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8095f


Comments

No comments written yet.

Please login to write comment.