Color Hex Logo

#a30dcd Color Hex

#A30DCD
(163,13,205)
0 Favorites   0 Comments

Color spaces of #a30dcd

RGB 16313205
HSL0.800.880.43
HSV287°94°80°
CMYK 0.200.940.00   0.20
XYZ26.267612.482258.7824
Yxy12.48220.26930.1280
Hunter Lab35.330270.8851-73.9157
CIE-Lab41.972575.8034-62.8992

#a30dcd color RGB value is (163,13,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001101 11001101
Octal 243 15 315
Decimal 163 13 205
Hex A3 D CD

RGB Percentages of Color #a30dcd

%42.78
%3.41
%53.81

CMYK Percentages of Color #a30dcd

%20
%94
%0
%20

Triadic Colors of #a30dcd

#a30dcd #cda30d #0dcda3

Analogous Colors of #a30dcd

#a30dcd #cd0d97 #430dcd

Monochromatic Colors of #a30dcd

#a30dcd

Complementary Color

#a30dcd #37cd0d

#a30dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30dcd Color CSS Codes

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

#a30dcd Text Font Color

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

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


#a30dcd Background Color

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

This div background color is #a30dcd


#a30dcd Border Color

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

This div border color is #a30dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30dcd


Comments

No comments written yet.

Please login to write comment.