Color Hex Logo

#a8295a Color Hex

#A8295A
(168,41,90)
0 Favorites   0 Comments

Color spaces of #a8295a

RGB 1684190
HSL0.940.610.41
HSV337°76°66°
CMYK 0.000.760.46   0.34
XYZ18.786910.648910.7381
Yxy10.64890.46760.2651
Hunter Lab32.632745.65693.3329
CIE-Lab38.982754.26202.3949

#a8295a color RGB value is (168,41,90).

#a8295a hex color red value is 168, green value is 41 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a8295a hue: 0.94 , saturation: 0.61 and the lightness value of a8295a is 0.41.

The process color (four color CMYK) of #a8295a color hex is 0.00, 0.76, 0.46, 0.34. Web safe color of #a8295a is #993366. Color #a8295a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 01011010
Octal 250 51 132
Decimal 168 41 90
Hex A8 29 5A

RGB Percentages of Color #a8295a

%56.19
%13.71
%30.10

CMYK Percentages of Color #a8295a

%0
%76
%46
%34

Triadic Colors of #a8295a

#a8295a #5aa829 #295aa8

Analogous Colors of #a8295a

#a8295a #a83729 #a8299a

Monochromatic Colors of #a8295a

#a8295a

Complementary Color

#a8295a #29a877

#a8295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8295a Color CSS Codes

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

#a8295a Text Font Color

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

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


#a8295a Background Color

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

This div background color is #a8295a


#a8295a Border Color

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

This div border color is #a8295a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8295a


Comments

No comments written yet.

Please login to write comment.