Color Hex Logo

#a30fcd Color Hex

#A30FCD
(163,15,205)
0 Favorites   0 Comments

Color spaces of #a30fcd

RGB 16315205
HSL0.800.860.43
HSV287°93°80°
CMYK 0.200.930.00   0.20
XYZ26.294512.536058.7914
Yxy12.53600.26940.1284
Hunter Lab35.406270.6025-73.6657
CIE-Lab42.055675.5560-62.7641

#a30fcd color RGB value is (163,15,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001111 11001101
Octal 243 17 315
Decimal 163 15 205
Hex A3 F CD

RGB Percentages of Color #a30fcd

%42.56
%3.92
%53.52

CMYK Percentages of Color #a30fcd

%20
%93
%0
%20

Triadic Colors of #a30fcd

#a30fcd #cda30f #0fcda3

Analogous Colors of #a30fcd

#a30fcd #cd0f98 #440fcd

Monochromatic Colors of #a30fcd

#a30fcd

Complementary Color

#a30fcd #39cd0f

#a30fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30fcd Color CSS Codes

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

#a30fcd Text Font Color

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

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


#a30fcd Background Color

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

This div background color is #a30fcd


#a30fcd Border Color

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

This div border color is #a30fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30fcd


Comments

No comments written yet.

Please login to write comment.