Color Hex Logo

#a015ce Color Hex

#A015CE
(160,21,206)
0 Favorites   0 Comments

Color spaces of #a015ce

RGB 16021206
HSL0.790.810.45
HSV285°90°81°
CMYK 0.220.900.00   0.19
XYZ25.905912.466159.4333
Yxy12.46610.26490.1275
Hunter Lab35.307469.1820-75.0884
CIE-Lab41.947574.4091-63.5411

#a015ce color RGB value is (160,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 11001110
Octal 240 25 316
Decimal 160 21 206
Hex A0 15 CE

RGB Percentages of Color #a015ce

%41.34
%5.43
%53.23

CMYK Percentages of Color #a015ce

%22
%90
%0
%19

Triadic Colors of #a015ce

#a015ce #cea015 #15cea0

Analogous Colors of #a015ce

#a015ce #ce15a0 #4415ce

Monochromatic Colors of #a015ce

#a015ce

Complementary Color

#a015ce #43ce15

#a015ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015ce Color CSS Codes

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

#a015ce Text Font Color

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

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


#a015ce Background Color

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

This div background color is #a015ce


#a015ce Border Color

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

This div border color is #a015ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015ce


Comments

No comments written yet.

Please login to write comment.