Color Hex Logo

#a301cd Color Hex

#A301CD
(163,1,205)
0 Favorites   0 Comments

Color spaces of #a301cd

RGB 1631205
HSL0.800.990.40
HSV288°100°80°
CMYK 0.201.000.00   0.20
XYZ26.134612.216058.7381
Yxy12.21600.26920.1258
Hunter Lab34.951472.3069-75.1747
CIE-Lab41.557477.0419-63.5740

#a301cd color RGB value is (163,1,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000001 11001101
Octal 243 1 315
Decimal 163 1 205
Hex A3 1 CD

RGB Percentages of Color #a301cd

%44.17
%0.27
%55.56

CMYK Percentages of Color #a301cd

%20
%100
%0
%20

Triadic Colors of #a301cd

#a301cd #cda301 #01cda3

Analogous Colors of #a301cd

#a301cd #cd0191 #3d01cd

Monochromatic Colors of #a301cd

#a301cd

Complementary Color

#a301cd #2bcd01

#a301cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a301cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a301cd Color CSS Codes

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

#a301cd Text Font Color

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

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


#a301cd Background Color

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

This div background color is #a301cd


#a301cd Border Color

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

This div border color is #a301cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a301cd


Comments

No comments written yet.

Please login to write comment.