Color Hex Logo

#a90dca Color Hex

#A90DCA
(169,13,202)
0 Favorites   0 Comments

Color spaces of #a90dca

RGB 16913202
HSL0.800.880.42
HSV290°94°79°
CMYK 0.160.940.00   0.21
XYZ27.166812.987156.9520
Yxy12.98710.27980.1337
Hunter Lab36.037671.4956-68.4725
CIE-Lab42.743876.1533-59.8611

#a90dca color RGB value is (169,13,202).

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

The process color (four color CMYK) of #a90dca color hex is 0.16, 0.94, 0.00, 0.21. Web safe color of #a90dca is #9900cc. Color #a90dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001101 11001010
Octal 251 15 312
Decimal 169 13 202
Hex A9 D CA

RGB Percentages of Color #a90dca

%44.01
%3.39
%52.60

CMYK Percentages of Color #a90dca

%16
%94
%0
%21

Triadic Colors of #a90dca

#a90dca #caa90d #0dcaa9

Analogous Colors of #a90dca

#a90dca #ca0d8d #4b0dca

Monochromatic Colors of #a90dca

#a90dca

Complementary Color

#a90dca #2eca0d

#a90dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90dca Color CSS Codes

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

#a90dca Text Font Color

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

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


#a90dca Background Color

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

This div background color is #a90dca


#a90dca Border Color

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

This div border color is #a90dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90dca


Comments

No comments written yet.

Please login to write comment.