Color Hex Logo

#a117dd Color Hex

#A117DD
(161,23,221)
0 Favorites   0 Comments

Color spaces of #a117dd

RGB 16123221
HSL0.780.810.48
HSV282°90°87°
CMYK 0.270.900.00   0.13
XYZ28.055513.410369.5164
Yxy13.41030.25280.1208
Hunter Lab36.620172.6679-86.9170
CIE-Lab43.375176.9853-69.8447

#a117dd color RGB value is (161,23,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010111 11011101
Octal 241 27 335
Decimal 161 23 221
Hex A1 17 DD

RGB Percentages of Color #a117dd

%39.75
%5.68
%54.57

CMYK Percentages of Color #a117dd

%27
%90
%0
%13

Triadic Colors of #a117dd

#a117dd #dda117 #17dda1

Analogous Colors of #a117dd

#a117dd #dd17b6 #3e17dd

Monochromatic Colors of #a117dd

#a117dd

Complementary Color

#a117dd #53dd17

#a117dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a117dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a117dd Color CSS Codes

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

#a117dd Text Font Color

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

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


#a117dd Background Color

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

This div background color is #a117dd


#a117dd Border Color

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

This div border color is #a117dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a117dd


Comments

No comments written yet.

Please login to write comment.