Color Hex Logo

#a038ad Color Hex

#A038AD
(160,56,173)
0 Favorites   0 Comments

Color spaces of #a038ad

RGB 16056173
HSL0.810.510.45
HSV293°68°68°
CMYK 0.080.680.00   0.32
XYZ23.454213.319140.8698
Yxy13.31910.30210.1715
Hunter Lab36.495350.8485-40.8500
CIE-Lab43.240258.2699-42.1323

#a038ad color RGB value is (160,56,173).

#a038ad hex color red value is 160, green value is 56 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a038ad hue: 0.81 , saturation: 0.51 and the lightness value of a038ad is 0.45.

The process color (four color CMYK) of #a038ad color hex is 0.08, 0.68, 0.00, 0.32. Web safe color of #a038ad is #993399. Color #a038ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 10101101
Octal 240 70 255
Decimal 160 56 173
Hex A0 38 AD

RGB Percentages of Color #a038ad

%41.13
%14.40
%44.47

CMYK Percentages of Color #a038ad

%8
%68
%0
%32

Triadic Colors of #a038ad

#a038ad #ada038 #38ada0

Analogous Colors of #a038ad

#a038ad #ad3880 #6638ad

Monochromatic Colors of #a038ad

#a038ad

Complementary Color

#a038ad #45ad38

#a038ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a038ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a038ad Color CSS Codes

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

#a038ad Text Font Color

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

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


#a038ad Background Color

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

This div background color is #a038ad


#a038ad Border Color

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

This div border color is #a038ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a038ad


Comments

No comments written yet.

Please login to write comment.