Color Hex Logo

#a814ce Color Hex

#A814CE
(168,20,206)
0 Favorites   0 Comments

Color spaces of #a814ce

RGB 16820206
HSL0.800.820.44
HSV288°90°81°
CMYK 0.180.900.00   0.19
XYZ27.539213.281459.5046
Yxy13.28140.27450.1324
Hunter Lab36.443771.1098-71.2972
CIE-Lab43.184275.7531-61.4742

#a814ce color RGB value is (168,20,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 11001110
Octal 250 24 316
Decimal 168 20 206
Hex A8 14 CE

RGB Percentages of Color #a814ce

%42.64
%5.08
%52.28

CMYK Percentages of Color #a814ce

%18
%90
%0
%19

Triadic Colors of #a814ce

#a814ce #cea814 #14cea8

Analogous Colors of #a814ce

#a814ce #ce1497 #4b14ce

Monochromatic Colors of #a814ce

#a814ce

Complementary Color

#a814ce #3ace14

#a814ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a814ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a814ce Color CSS Codes

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

#a814ce Text Font Color

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

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


#a814ce Background Color

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

This div background color is #a814ce


#a814ce Border Color

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

This div border color is #a814ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a814ce


Comments

No comments written yet.

Please login to write comment.