Color Hex Logo

#a217dd Color Hex

#A217DD
(162,23,221)
0 Favorites   0 Comments

Color spaces of #a217dd

RGB 16223221
HSL0.780.810.48
HSV282°90°87°
CMYK 0.270.900.00   0.13
XYZ28.257813.514669.5258
Yxy13.51460.25390.1214
Hunter Lab36.762272.8727-86.3975
CIE-Lab43.528677.1218-69.5878

#a217dd color RGB value is (162,23,221).

#a217dd hex color red value is 162, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a217dd hue: 0.78 , saturation: 0.81 and the lightness value of a217dd is 0.48.

The process color (four color CMYK) of #a217dd color hex is 0.27, 0.90, 0.00, 0.13. Web safe color of #a217dd is #9900cc. Color #a217dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010111 11011101
Octal 242 27 335
Decimal 162 23 221
Hex A2 17 DD

RGB Percentages of Color #a217dd

%39.90
%5.67
%54.43

CMYK Percentages of Color #a217dd

%27
%90
%0
%13

Triadic Colors of #a217dd

#a217dd #dda217 #17dda2

Analogous Colors of #a217dd

#a217dd #dd17b5 #3f17dd

Monochromatic Colors of #a217dd

#a217dd

Complementary Color

#a217dd #52dd17

#a217dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a217dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a217dd Color CSS Codes

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

#a217dd Text Font Color

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

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


#a217dd Background Color

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

This div background color is #a217dd


#a217dd Border Color

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

This div border color is #a217dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a217dd


Comments

No comments written yet.

Please login to write comment.