Color Hex Logo

#a17dca Color Hex

#A17DCA
(161,125,202)
0 Favorites   0 Comments

Color spaces of #a17dca

RGB 161125202
HSL0.740.420.64
HSV268°38°79°
CMYK 0.200.380.00   0.21
XYZ32.692226.508659.2707
Yxy26.50860.27590.2238
Hunter Lab51.486523.2401-32.2134
CIE-Lab58.516729.1330-34.8244

#a17dca color RGB value is (161,125,202).

#a17dca hex color red value is 161, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a17dca hue: 0.74 , saturation: 0.42 and the lightness value of a17dca is 0.64.

The process color (four color CMYK) of #a17dca color hex is 0.20, 0.38, 0.00, 0.21. Web safe color of #a17dca is #9966cc. Color #a17dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111101 11001010
Octal 241 175 312
Decimal 161 125 202
Hex A1 7D CA

RGB Percentages of Color #a17dca

%32.99
%25.61
%41.39

CMYK Percentages of Color #a17dca

%20
%38
%0
%21

Triadic Colors of #a17dca

#a17dca #caa17d #7dcaa1

Analogous Colors of #a17dca

#a17dca #c87dca #7d80ca

Monochromatic Colors of #a17dca

#a17dca

Complementary Color

#a17dca #a6ca7d

#a17dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17dca Color CSS Codes

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

#a17dca Text Font Color

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

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


#a17dca Background Color

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

This div background color is #a17dca


#a17dca Border Color

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

This div border color is #a17dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17dca


Comments

No comments written yet.

Please login to write comment.