Color Hex Logo

#a917ce Color Hex

#A917CE
(169,23,206)
0 Favorites   0 Comments

Color spaces of #a917ce

RGB 16923206
HSL0.800.800.45
HSV288°89°81°
CMYK 0.180.890.00   0.19
XYZ27.809213.504059.5334
Yxy13.50400.27580.1339
Hunter Lab36.747870.7728-70.3295
CIE-Lab43.513075.4135-60.9336

#a917ce color RGB value is (169,23,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 11001110
Octal 251 27 316
Decimal 169 23 206
Hex A9 17 CE

RGB Percentages of Color #a917ce

%42.46
%5.78
%51.76

CMYK Percentages of Color #a917ce

%18
%89
%0
%19

Triadic Colors of #a917ce

#a917ce #cea917 #17cea9

Analogous Colors of #a917ce

#a917ce #ce1798 #4e17ce

Monochromatic Colors of #a917ce

#a917ce

Complementary Color

#a917ce #3cce17

#a917ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a917ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a917ce Color CSS Codes

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

#a917ce Text Font Color

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

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


#a917ce Background Color

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

This div background color is #a917ce


#a917ce Border Color

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

This div border color is #a917ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a917ce


Comments

No comments written yet.

Please login to write comment.