Color Hex Logo

#a801cd Color Hex

#A801CD
(168,1,205)
0 Favorites   0 Comments

Color spaces of #a801cd

RGB 1681205
HSL0.800.990.40
HSV289°100°80°
CMYK 0.181.000.00   0.20
XYZ27.178712.754358.7870
Yxy12.75430.27530.1292
Hunter Lab35.713273.3454-72.5973
CIE-Lab42.390777.7235-62.1824

#a801cd color RGB value is (168,1,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000001 11001101
Octal 250 1 315
Decimal 168 1 205
Hex A8 1 CD

RGB Percentages of Color #a801cd

%44.92
%0.27
%54.81

CMYK Percentages of Color #a801cd

%18
%100
%0
%20

Triadic Colors of #a801cd

#a801cd #cda801 #01cda8

Analogous Colors of #a801cd

#a801cd #cd018c #4201cd

Monochromatic Colors of #a801cd

#a801cd

Complementary Color

#a801cd #26cd01

#a801cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a801cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a801cd Color CSS Codes

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

#a801cd Text Font Color

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

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


#a801cd Background Color

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

This div background color is #a801cd


#a801cd Border Color

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

This div border color is #a801cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a801cd


Comments

No comments written yet.

Please login to write comment.