Color Hex Logo

#a301ca Color Hex

#A301CA
(163,1,202)
0 Favorites   0 Comments

Color spaces of #a301ca

RGB 1631202
HSL0.800.990.40
HSV288°100°79°
CMYK 0.191.000.00   0.21
XYZ25.775812.072556.8488
Yxy12.07250.27220.1275
Hunter Lab34.745571.6148-72.6854
CIE-Lab41.331176.5224-62.1994

#a301ca color RGB value is (163,1,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000001 11001010
Octal 243 1 312
Decimal 163 1 202
Hex A3 1 CA

RGB Percentages of Color #a301ca

%44.54
%0.27
%55.19

CMYK Percentages of Color #a301ca

%19
%100
%0
%21

Triadic Colors of #a301ca

#a301ca #caa301 #01caa3

Analogous Colors of #a301ca

#a301ca #ca018d #3f01ca

Monochromatic Colors of #a301ca

#a301ca

Complementary Color

#a301ca #28ca01

#a301ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a301ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a301ca Color CSS Codes

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

#a301ca Text Font Color

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

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


#a301ca Background Color

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

This div background color is #a301ca


#a301ca Border Color

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

This div border color is #a301ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a301ca


Comments

No comments written yet.

Please login to write comment.