Color Hex Logo

#a515ce Color Hex

#A515CE
(165,21,206)
0 Favorites   0 Comments

Color spaces of #a515ce

RGB 16521206
HSL0.800.810.45
HSV287°90°81°
CMYK 0.200.900.00   0.19
XYZ26.925812.991959.4811
Yxy12.99190.27090.1307
Hunter Lab36.044370.2656-72.6107
CIE-Lab42.751075.1453-62.1995

#a515ce color RGB value is (165,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010101 11001110
Octal 245 25 316
Decimal 165 21 206
Hex A5 15 CE

RGB Percentages of Color #a515ce

%42.09
%5.36
%52.55

CMYK Percentages of Color #a515ce

%20
%90
%0
%19

Triadic Colors of #a515ce

#a515ce #cea515 #15cea5

Analogous Colors of #a515ce

#a515ce #ce159b #4915ce

Monochromatic Colors of #a515ce

#a515ce

Complementary Color

#a515ce #3ece15

#a515ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a515ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a515ce Color CSS Codes

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

#a515ce Text Font Color

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

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


#a515ce Background Color

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

This div background color is #a515ce


#a515ce Border Color

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

This div border color is #a515ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a515ce


Comments

No comments written yet.

Please login to write comment.