Color Hex Logo

#a164dd Color Hex

#A164DD
(161,100,221)
0 Favorites   0 Comments

Color spaces of #a164dd

RGB 161100221
HSL0.750.640.63
HSV270°55°87°
CMYK 0.270.550.00   0.13
XYZ32.306321.911970.9333
Yxy21.91190.25810.1751
Hunter Lab46.810141.2751-57.0774
CIE-Lab53.933447.5047-52.8029

#a164dd color RGB value is (161,100,221).

#a164dd hex color red value is 161, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a164dd hue: 0.75 , saturation: 0.64 and the lightness value of a164dd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100100 11011101
Octal 241 144 335
Decimal 161 100 221
Hex A1 64 DD

RGB Percentages of Color #a164dd

%33.40
%20.75
%45.85

CMYK Percentages of Color #a164dd

%27
%55
%0
%13

Triadic Colors of #a164dd

#a164dd #dda164 #64dda1

Analogous Colors of #a164dd

#a164dd #dd64dd #6564dd

Monochromatic Colors of #a164dd

#a164dd

Complementary Color

#a164dd #a0dd64

#a164dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a164dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a164dd Color CSS Codes

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

#a164dd Text Font Color

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

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


#a164dd Background Color

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

This div background color is #a164dd


#a164dd Border Color

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

This div border color is #a164dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a164dd


Comments

No comments written yet.

Please login to write comment.