Color Hex Logo

#a30dca Color Hex

#A30DCA
(163,13,202)
0 Favorites   0 Comments

Color spaces of #a30dca

RGB 16313202
HSL0.800.880.42
HSV288°94°79°
CMYK 0.190.940.00   0.21
XYZ25.908912.338656.8932
Yxy12.33860.27230.1297
Hunter Lab35.126370.1890-71.4420
CIE-Lab41.749375.2761-61.5204

#a30dca color RGB value is (163,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001101 11001010
Octal 243 15 312
Decimal 163 13 202
Hex A3 D CA

RGB Percentages of Color #a30dca

%43.12
%3.44
%53.44

CMYK Percentages of Color #a30dca

%19
%94
%0
%21

Triadic Colors of #a30dca

#a30dca #caa30d #0dcaa3

Analogous Colors of #a30dca

#a30dca #ca0d93 #450dca

Monochromatic Colors of #a30dca

#a30dca

Complementary Color

#a30dca #34ca0d

#a30dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30dca Color CSS Codes

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

#a30dca Text Font Color

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

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


#a30dca Background Color

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

This div background color is #a30dca


#a30dca Border Color

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

This div border color is #a30dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30dca


Comments

No comments written yet.

Please login to write comment.