Color Hex Logo

#a90dcd Color Hex

#A90DCD
(169,13,205)
0 Favorites   0 Comments

Color spaces of #a90dcd

RGB 16913205
HSL0.800.880.43
HSV289°94°80°
CMYK 0.180.940.00   0.20
XYZ27.525613.130658.8413
Yxy13.13060.27660.1320
Hunter Lab36.236272.1783-70.9114
CIE-Lab42.959476.6678-61.2520

#a90dcd color RGB value is (169,13,205).

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

The process color (four color CMYK) of #a90dcd color hex is 0.18, 0.94, 0.00, 0.20. Web safe color of #a90dcd is #9900cc. Color #a90dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001101 11001101
Octal 251 15 315
Decimal 169 13 205
Hex A9 D CD

RGB Percentages of Color #a90dcd

%43.67
%3.36
%52.97

CMYK Percentages of Color #a90dcd

%18
%94
%0
%20

Triadic Colors of #a90dcd

#a90dcd #cda90d #0dcda9

Analogous Colors of #a90dcd

#a90dcd #cd0d91 #490dcd

Monochromatic Colors of #a90dcd

#a90dcd

Complementary Color

#a90dcd #31cd0d

#a90dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90dcd Color CSS Codes

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

#a90dcd Text Font Color

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

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


#a90dcd Background Color

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

This div background color is #a90dcd


#a90dcd Border Color

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

This div border color is #a90dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,13,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90dcd


Comments

No comments written yet.

Please login to write comment.