Color Hex Logo

#a915be Color Hex

#A915BE
(169,21,190)
0 Favorites   0 Comments

Color spaces of #a915be

RGB 16921190
HSL0.810.800.41
HSV293°89°75°
CMYK 0.110.890.00   0.25
XYZ25.924612.689149.7981
Yxy12.68910.29320.1435
Hunter Lab35.621867.5696-57.9503
CIE-Lab42.291073.0065-53.5905

#a915be color RGB value is (169,21,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 10111110
Octal 251 25 276
Decimal 169 21 190
Hex A9 15 BE

RGB Percentages of Color #a915be

%44.47
%5.53
%50.00

CMYK Percentages of Color #a915be

%11
%89
%0
%25

Triadic Colors of #a915be

#a915be #bea915 #15bea9

Analogous Colors of #a915be

#a915be #be157f #5415be

Monochromatic Colors of #a915be

#a915be

Complementary Color

#a915be #2abe15

#a915be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a915be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a915be Color CSS Codes

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

#a915be Text Font Color

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

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


#a915be Background Color

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

This div background color is #a915be


#a915be Border Color

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

This div border color is #a915be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a915be


Comments

No comments written yet.

Please login to write comment.