Color Hex Logo

#a011cd Color Hex

#A011CD
(160,17,205)
0 Favorites   0 Comments

Color spaces of #a011cd

RGB 16017205
HSL0.790.850.44
HSV286°92°80°
CMYK 0.220.920.00   0.20
XYZ25.717112.282358.7729
Yxy12.28230.26570.1269
Hunter Lab35.046169.6539-74.8980
CIE-Lab41.661374.8533-63.4269

#a011cd color RGB value is (160,17,205).

#a011cd hex color red value is 160, green value is 17 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a011cd hue: 0.79 , saturation: 0.85 and the lightness value of a011cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010001 11001101
Octal 240 21 315
Decimal 160 17 205
Hex A0 11 CD

RGB Percentages of Color #a011cd

%41.88
%4.45
%53.66

CMYK Percentages of Color #a011cd

%22
%92
%0
%20

Triadic Colors of #a011cd

#a011cd #cda011 #11cda0

Analogous Colors of #a011cd

#a011cd #cd119c #4211cd

Monochromatic Colors of #a011cd

#a011cd

Complementary Color

#a011cd #3ecd11

#a011cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a011cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a011cd Color CSS Codes

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

#a011cd Text Font Color

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

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


#a011cd Background Color

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

This div background color is #a011cd


#a011cd Border Color

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

This div border color is #a011cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a011cd


Comments

No comments written yet.

Please login to write comment.