Color Hex Logo

#a515be Color Hex

#A515BE
(165,21,190)
0 Favorites   0 Comments

Color spaces of #a515be

RGB 16521190
HSL0.810.800.41
HSV291°89°75°
CMYK 0.130.890.00   0.25
XYZ25.079512.253449.7585
Yxy12.25340.28800.1407
Hunter Lab35.004966.6292-59.7758
CIE-Lab41.616172.3534-54.7134

#a515be color RGB value is (165,21,190).

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

The process color (four color CMYK) of #a515be color hex is 0.13, 0.89, 0.00, 0.25. Web safe color of #a515be is #9900cc. Color #a515be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010101 10111110
Octal 245 25 276
Decimal 165 21 190
Hex A5 15 BE

RGB Percentages of Color #a515be

%43.88
%5.59
%50.53

CMYK Percentages of Color #a515be

%13
%89
%0
%25

Triadic Colors of #a515be

#a515be #bea515 #15bea5

Analogous Colors of #a515be

#a515be #be1583 #5015be

Monochromatic Colors of #a515be

#a515be

Complementary Color

#a515be #2ebe15

#a515be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a515be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a515be Color CSS Codes

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

#a515be Text Font Color

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

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


#a515be Background Color

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

This div background color is #a515be


#a515be Border Color

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

This div border color is #a515be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a515be


Comments

No comments written yet.

Please login to write comment.