color codes Logo

#a8538a color codes

#A8538A
(168,83,138)
0 Favorites   0 Comments

Color spaces of #a8538a

RGB 16883138
HSL0.890.340.49
HSV321°51°66°
CMYK 0.000.510.18   0.34
XYZ23.829216.346325.9440
Yxy16.34630.36040.2472
Hunter Lab40.430634.4519-9.7446
CIE-Lab47.425641.8919-14.6362

#a8538a color RGB value is (168,83,138).

#a8538a hex color red value is 168, green value is 83 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a8538a hue: 0.89 , saturation: 0.34 and the lightness value of a8538a is 0.49.

The process color (four color CMYK) of #a8538a color code is 0.00, 0.51, 0.18, 0.34. Web safe color of #a8538a is #996699. Color #a8538a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010011 10001010
Octal 250 123 212
Decimal 168 83 138
Hex A8 53 8A

RGB Percentages of Color #a8538a

%43.19
%21.34
%35.48

CMYK Percentages of Color #a8538a

%0
%51
%18
%34

Triadic Colors of #a8538a

#a8538a #8aa853 #538aa8

Analogous Colors of #a8538a

#a8538a #a85360 #9c53a8

Monochromatic Colors of #a8538a

#a8538a

Complementary Color

#a8538a #53a871

#a8538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8538a Color CSS Codes

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

#a8538a Text Font Color

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

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


#a8538a Background Color

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

This div background color is #a8538a


#a8538a Border Color

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

This div border color is #a8538a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8538a


Comments

No comments written yet.

Please login to write comment.