Color Hex Logo

#a816ce Color Hex

#A816CE
(168,22,206)
0 Favorites   0 Comments

Color spaces of #a816ce

RGB 16822206
HSL0.800.810.45
HSV288°89°81°
CMYK 0.180.890.00   0.19
XYZ27.575913.354959.5169
Yxy13.35490.27450.1330
Hunter Lab36.544470.7412-70.9799
CIE-Lab43.293275.4303-61.2976

#a816ce color RGB value is (168,22,206).

#a816ce hex color red value is 168, green value is 22 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a816ce hue: 0.80 , saturation: 0.81 and the lightness value of a816ce is 0.45.

The process color (four color CMYK) of #a816ce color hex is 0.18, 0.89, 0.00, 0.19. Web safe color of #a816ce is #9900cc. Color #a816ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010110 11001110
Octal 250 26 316
Decimal 168 22 206
Hex A8 16 CE

RGB Percentages of Color #a816ce

%42.42
%5.56
%52.02

CMYK Percentages of Color #a816ce

%18
%89
%0
%19

Triadic Colors of #a816ce

#a816ce #cea816 #16cea8

Analogous Colors of #a816ce

#a816ce #ce1698 #4c16ce

Monochromatic Colors of #a816ce

#a816ce

Complementary Color

#a816ce #3cce16

#a816ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a816ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a816ce Color CSS Codes

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

#a816ce Text Font Color

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

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


#a816ce Background Color

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

This div background color is #a816ce


#a816ce Border Color

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

This div border color is #a816ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a816ce


Comments

No comments written yet.

Please login to write comment.