Color Hex Logo

#a172dd Color Hex

#A172DD
(161,114,221)
0 Favorites   0 Comments

Color spaces of #a172dd

RGB 161114221
HSL0.740.610.66
HSV266°48°87°
CMYK 0.270.480.00   0.13
XYZ33.766424.832271.4200
Yxy24.83220.25970.1910
Hunter Lab49.831933.7468-50.0932
CIE-Lab56.911639.8474-48.0638

#a172dd color RGB value is (161,114,221).

#a172dd hex color red value is 161, green value is 114 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a172dd hue: 0.74 , saturation: 0.61 and the lightness value of a172dd is 0.66.

The process color (four color CMYK) of #a172dd color hex is 0.27, 0.48, 0.00, 0.13. Web safe color of #a172dd is #9966cc. Color #a172dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110010 11011101
Octal 241 162 335
Decimal 161 114 221
Hex A1 72 DD

RGB Percentages of Color #a172dd

%32.46
%22.98
%44.56

CMYK Percentages of Color #a172dd

%27
%48
%0
%13

Triadic Colors of #a172dd

#a172dd #dda172 #72dda1

Analogous Colors of #a172dd

#a172dd #d772dd #7279dd

Monochromatic Colors of #a172dd

#a172dd

Complementary Color

#a172dd #aedd72

#a172dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a172dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a172dd Color CSS Codes

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

#a172dd Text Font Color

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

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


#a172dd Background Color

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

This div background color is #a172dd


#a172dd Border Color

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

This div border color is #a172dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,114,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a172dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a172dd;
  -webkit-box-shadow: 1px 1px 3px 2px #a172dd;
  box-shadow:         1px 1px 3px 2px #a172dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,114,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a172dd


Comments

No comments written yet.

Please login to write comment.