Color Hex Logo

#a938ad Color Hex

#A938AD
(169,56,173)
0 Favorites   0 Comments

Color spaces of #a938ad

RGB 16956173
HSL0.830.510.45
HSV298°68°68°
CMYK 0.020.680.00   0.32
XYZ25.319214.280540.9571
Yxy14.28050.31430.1773
Hunter Lab37.789553.4642-37.8071
CIE-Lab44.632560.3697-39.8343

#a938ad color RGB value is (169,56,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111000 10101101
Octal 251 70 255
Decimal 169 56 173
Hex A9 38 AD

RGB Percentages of Color #a938ad

%42.46
%14.07
%43.47

CMYK Percentages of Color #a938ad

%2
%68
%0
%32

Triadic Colors of #a938ad

#a938ad #ada938 #38ada9

Analogous Colors of #a938ad

#a938ad #ad3877 #6f38ad

Monochromatic Colors of #a938ad

#a938ad

Complementary Color

#a938ad #3cad38

#a938ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a938ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a938ad Color CSS Codes

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

#a938ad Text Font Color

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

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


#a938ad Background Color

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

This div background color is #a938ad


#a938ad Border Color

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

This div border color is #a938ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,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 #a938ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a938ad


Comments

No comments written yet.

Please login to write comment.