Color Hex Logo

#a920ce Color Hex

#A920CE
(169,32,206)
0 Favorites   0 Comments

Color spaces of #a920ce

RGB 16932206
HSL0.800.730.47
HSV287°84°81°
CMYK 0.180.840.00   0.19
XYZ28.019313.924359.6034
Yxy13.92430.27590.1371
Hunter Lab37.315368.7304-68.5828
CIE-Lab44.124273.6132-59.9440

#a920ce color RGB value is (169,32,206).

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

The process color (four color CMYK) of #a920ce color hex is 0.18, 0.84, 0.00, 0.19. Web safe color of #a920ce is #9933cc. Color #a920ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100000 11001110
Octal 251 40 316
Decimal 169 32 206
Hex A9 20 CE

RGB Percentages of Color #a920ce

%41.52
%7.86
%50.61

CMYK Percentages of Color #a920ce

%18
%84
%0
%19

Triadic Colors of #a920ce

#a920ce #cea920 #20cea9

Analogous Colors of #a920ce

#a920ce #ce209c #5220ce

Monochromatic Colors of #a920ce

#a920ce

Complementary Color

#a920ce #45ce20

#a920ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a920ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a920ce Color CSS Codes

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

#a920ce Text Font Color

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

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


#a920ce Background Color

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

This div background color is #a920ce


#a920ce Border Color

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

This div border color is #a920ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a920ce


Comments

No comments written yet.

Please login to write comment.