Color Hex Logo

#a913ce Color Hex

#A913CE
(169,19,206)
0 Favorites   0 Comments

Color spaces of #a913ce

RGB 16919206
HSL0.800.830.44
HSV288°91°81°
CMYK 0.180.910.00   0.19
XYZ27.735613.357059.5088
Yxy13.35700.27570.1328
Hunter Lab36.547271.5055-70.9571
CIE-Lab43.296376.0546-61.2848

#a913ce color RGB value is (169,19,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010011 11001110
Octal 251 23 316
Decimal 169 19 206
Hex A9 13 CE

RGB Percentages of Color #a913ce

%42.89
%4.82
%52.28

CMYK Percentages of Color #a913ce

%18
%91
%0
%19

Triadic Colors of #a913ce

#a913ce #cea913 #13cea9

Analogous Colors of #a913ce

#a913ce #ce1396 #4b13ce

Monochromatic Colors of #a913ce

#a913ce

Complementary Color

#a913ce #38ce13

#a913ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a913ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a913ce Color CSS Codes

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

#a913ce Text Font Color

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

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


#a913ce Background Color

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

This div background color is #a913ce


#a913ce Border Color

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

This div border color is #a913ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a913ce


Comments

No comments written yet.

Please login to write comment.