Color Hex Logo

#a91dca Color Hex

#A91DCA
(169,29,202)
0 Favorites   0 Comments

Color spaces of #a91dca

RGB 16929202
HSL0.800.750.45
HSV289°86°79°
CMYK 0.160.860.00   0.21
XYZ27.462213.578057.0505
Yxy13.57800.28000.1384
Hunter Lab36.848368.5473-66.0020
CIE-Lab43.621573.5594-58.4406

#a91dca color RGB value is (169,29,202).

#a91dca hex color red value is 169, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a91dca hue: 0.80 , saturation: 0.75 and the lightness value of a91dca is 0.45.

The process color (four color CMYK) of #a91dca color hex is 0.16, 0.86, 0.00, 0.21. Web safe color of #a91dca is #9933cc. Color #a91dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011101 11001010
Octal 251 35 312
Decimal 169 29 202
Hex A9 1D CA

RGB Percentages of Color #a91dca

%42.25
%7.25
%50.50

CMYK Percentages of Color #a91dca

%16
%86
%0
%21

Triadic Colors of #a91dca

#a91dca #caa91d #1dcaa9

Analogous Colors of #a91dca

#a91dca #ca1d95 #531dca

Monochromatic Colors of #a91dca

#a91dca

Complementary Color

#a91dca #3eca1d

#a91dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91dca Color CSS Codes

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

#a91dca Text Font Color

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

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


#a91dca Background Color

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

This div background color is #a91dca


#a91dca Border Color

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

This div border color is #a91dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91dca


Comments

No comments written yet.

Please login to write comment.