Color Hex Logo

#a17dbd Color Hex

#A17DBD
(161,125,189)
0 Favorites   0 Comments

Color spaces of #a17dbd

RGB 161125189
HSL0.760.330.62
HSV274°34°74°
CMYK 0.150.340.00   0.26
XYZ31.216925.918451.5016
Yxy25.91840.28740.2386
Hunter Lab50.910120.3593-24.3418
CIE-Lab57.959526.1836-28.3133

#a17dbd color RGB value is (161,125,189).

#a17dbd hex color red value is 161, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a17dbd hue: 0.76 , saturation: 0.33 and the lightness value of a17dbd is 0.62.

The process color (four color CMYK) of #a17dbd color hex is 0.15, 0.34, 0.00, 0.26. Web safe color of #a17dbd is #9966cc. Color #a17dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111101 10111101
Octal 241 175 275
Decimal 161 125 189
Hex A1 7D BD

RGB Percentages of Color #a17dbd

%33.89
%26.32
%39.79

CMYK Percentages of Color #a17dbd

%15
%34
%0
%26

Triadic Colors of #a17dbd

#a17dbd #bda17d #7dbda1

Analogous Colors of #a17dbd

#a17dbd #bd7db9 #817dbd

Monochromatic Colors of #a17dbd

#a17dbd

Complementary Color

#a17dbd #99bd7d

#a17dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17dbd Color CSS Codes

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

#a17dbd Text Font Color

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

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


#a17dbd Background Color

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

This div background color is #a17dbd


#a17dbd Border Color

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

This div border color is #a17dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17dbd


Comments

No comments written yet.

Please login to write comment.