Color Hex Logo

#a515ea Color Hex

#A515EA
(165,21,234)
0 Favorites   0 Comments

Color spaces of #a515ea

RGB 16521234
HSL0.780.840.50
HSV281°91°92°
CMYK 0.290.910.00   0.08
XYZ30.636514.476279.0214
Yxy14.47620.24680.1166
Hunter Lab38.047677.1476-96.5066
CIE-Lab44.908380.2876-74.7175

#a515ea color RGB value is (165,21,234).

#a515ea hex color red value is 165, green value is 21 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a515ea hue: 0.78 , saturation: 0.84 and the lightness value of a515ea is 0.50.

The process color (four color CMYK) of #a515ea color hex is 0.29, 0.91, 0.00, 0.08. Web safe color of #a515ea is #9900ff. Color #a515ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010101 11101010
Octal 245 25 352
Decimal 165 21 234
Hex A5 15 EA

RGB Percentages of Color #a515ea

%39.29
%5.00
%55.71

CMYK Percentages of Color #a515ea

%29
%91
%0
%8

Triadic Colors of #a515ea

#a515ea #eaa515 #15eaa5

Analogous Colors of #a515ea

#a515ea #ea15c5 #3a15ea

Monochromatic Colors of #a515ea

#a515ea

Complementary Color

#a515ea #5aea15

#a515ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a515ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a515ea Color CSS Codes

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

#a515ea Text Font Color

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

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


#a515ea Background Color

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

This div background color is #a515ea


#a515ea Border Color

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

This div border color is #a515ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,21,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a515ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a515ea


Comments

No comments written yet.

Please login to write comment.