Color Hex Logo

#a17fdd Color Hex

#A17FDD
(161,127,221)
0 Favorites   0 Comments

Color spaces of #a17fdd

RGB 161127221
HSL0.730.580.68
HSV262°43°87°
CMYK 0.270.430.00   0.13
XYZ35.338527.976371.9440
Yxy27.97630.26130.2068
Hunter Lab52.892626.6969-43.6208
CIE-Lab59.867332.5196-43.3916

#a17fdd color RGB value is (161,127,221).

#a17fdd hex color red value is 161, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a17fdd hue: 0.73 , saturation: 0.58 and the lightness value of a17fdd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111111 11011101
Octal 241 177 335
Decimal 161 127 221
Hex A1 7F DD

RGB Percentages of Color #a17fdd

%31.63
%24.95
%43.42

CMYK Percentages of Color #a17fdd

%27
%43
%0
%13

Triadic Colors of #a17fdd

#a17fdd #dda17f #7fdda1

Analogous Colors of #a17fdd

#a17fdd #d07fdd #7f8cdd

Monochromatic Colors of #a17fdd

#a17fdd

Complementary Color

#a17fdd #bbdd7f

#a17fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17fdd Color CSS Codes

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

#a17fdd Text Font Color

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

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


#a17fdd Background Color

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

This div background color is #a17fdd


#a17fdd Border Color

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

This div border color is #a17fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17fdd


Comments

No comments written yet.

Please login to write comment.