Color Hex Logo

#a019ce Color Hex

#A019CE
(160,25,206)
0 Favorites   0 Comments

Color spaces of #a019ce

RGB 16025206
HSL0.790.780.45
HSV285°88°81°
CMYK 0.220.880.00   0.19
XYZ25.985412.625159.4598
Yxy12.62510.26500.1287
Hunter Lab35.531868.3613-74.3450
CIE-Lab42.192873.6829-63.1424

#a019ce color RGB value is (160,25,206).

#a019ce hex color red value is 160, green value is 25 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a019ce hue: 0.79 , saturation: 0.78 and the lightness value of a019ce is 0.45.

The process color (four color CMYK) of #a019ce color hex is 0.22, 0.88, 0.00, 0.19. Web safe color of #a019ce is #9900cc. Color #a019ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011001 11001110
Octal 240 31 316
Decimal 160 25 206
Hex A0 19 CE

RGB Percentages of Color #a019ce

%40.92
%6.39
%52.69

CMYK Percentages of Color #a019ce

%22
%88
%0
%19

Triadic Colors of #a019ce

#a019ce #cea019 #19cea0

Analogous Colors of #a019ce

#a019ce #ce19a2 #4619ce

Monochromatic Colors of #a019ce

#a019ce

Complementary Color

#a019ce #47ce19

#a019ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a019ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a019ce Color CSS Codes

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

#a019ce Text Font Color

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

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


#a019ce Background Color

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

This div background color is #a019ce


#a019ce Border Color

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

This div border color is #a019ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a019ce


Comments

No comments written yet.

Please login to write comment.