Color Hex Logo

#a011ce Color Hex

#A011CE
(160,17,206)
0 Favorites   0 Comments

Color spaces of #a011ce

RGB 16017206
HSL0.790.850.44
HSV285°92°81°
CMYK 0.220.920.00   0.19
XYZ25.838212.330759.4108
Yxy12.33070.26480.1264
Hunter Lab35.115169.8915-75.7315
CIE-Lab41.737075.0341-63.8835

#a011ce color RGB value is (160,17,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010001 11001110
Octal 240 21 316
Decimal 160 17 206
Hex A0 11 CE

RGB Percentages of Color #a011ce

%41.78
%4.44
%53.79

CMYK Percentages of Color #a011ce

%22
%92
%0
%19

Triadic Colors of #a011ce

#a011ce #cea011 #11cea0

Analogous Colors of #a011ce

#a011ce #ce119e #4111ce

Monochromatic Colors of #a011ce

#a011ce

Complementary Color

#a011ce #3fce11

#a011ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a011ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a011ce Color CSS Codes

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

#a011ce Text Font Color

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

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


#a011ce Background Color

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

This div background color is #a011ce


#a011ce Border Color

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

This div border color is #a011ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,17,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a011ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a011ce


Comments

No comments written yet.

Please login to write comment.