Color Hex Logo

#a0538b Color Hex

#A0538B
(160,83,139)
0 Favorites   0 Comments

Color spaces of #a0538b

RGB 16083139
HSL0.880.320.48
HSV316°48°63°
CMYK 0.000.480.13   0.37
XYZ22.250715.524226.2498
Yxy15.52420.34750.2425
Hunter Lab39.400831.8526-11.9200
CIE-Lab46.344039.4328-16.9863

#a0538b color RGB value is (160,83,139).

#a0538b hex color red value is 160, green value is 83 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a0538b hue: 0.88 , saturation: 0.32 and the lightness value of a0538b is 0.48.

The process color (four color CMYK) of #a0538b color hex is 0.00, 0.48, 0.13, 0.37. Web safe color of #a0538b is #996699. Color #a0538b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 10001011
Octal 240 123 213
Decimal 160 83 139
Hex A0 53 8B

RGB Percentages of Color #a0538b

%41.88
%21.73
%36.39

CMYK Percentages of Color #a0538b

%0
%48
%13
%37

Triadic Colors of #a0538b

#a0538b #8ba053 #538ba0

Analogous Colors of #a0538b

#a0538b #a05365 #8f53a0

Monochromatic Colors of #a0538b

#a0538b

Complementary Color

#a0538b #53a068

#a0538b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0538b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0538b Color CSS Codes

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

#a0538b Text Font Color

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

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


#a0538b Background Color

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

This div background color is #a0538b


#a0538b Border Color

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

This div border color is #a0538b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0538b


Comments

No comments written yet.

Please login to write comment.