Color Hex Logo

#a17adc Color Hex

#A17ADC
(161,122,220)
0 Favorites   0 Comments

Color spaces of #a17adc

RGB 161122220
HSL0.730.580.67
HSV264°45°86°
CMYK 0.270.450.00   0.14
XYZ34.575726.663471.0344
Yxy26.66340.26140.2016
Hunter Lab51.636629.1589-45.4172
CIE-Lab58.661535.1115-44.7334

#a17adc color RGB value is (161,122,220).

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

The process color (four color CMYK) of #a17adc color hex is 0.27, 0.45, 0.00, 0.14. Web safe color of #a17adc is #9966cc. Color #a17adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111010 11011100
Octal 241 172 334
Decimal 161 122 220
Hex A1 7A DC

RGB Percentages of Color #a17adc

%32.01
%24.25
%43.74

CMYK Percentages of Color #a17adc

%27
%45
%0
%14

Triadic Colors of #a17adc

#a17adc #dca17a #7adca1

Analogous Colors of #a17adc

#a17adc #d27adc #7a84dc

Monochromatic Colors of #a17adc

#a17adc

Complementary Color

#a17adc #b5dc7a

#a17adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17adc Color CSS Codes

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

#a17adc Text Font Color

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

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


#a17adc Background Color

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

This div background color is #a17adc


#a17adc Border Color

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

This div border color is #a17adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17adc


Comments

No comments written yet.

Please login to write comment.