Color Hex Logo

#a954be Color Hex

#A954BE
(169,84,190)
0 Favorites   0 Comments

Color spaces of #a954be

RGB 16984190
HSL0.800.450.54
HSV288°56°75°
CMYK 0.110.560.00   0.25
XYZ28.826818.493450.7654
Yxy18.49340.29390.1885
Hunter Lab43.004044.3968-39.8880
CIE-Lab50.089251.0685-41.1368

#a954be color RGB value is (169,84,190).

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

The process color (four color CMYK) of #a954be color hex is 0.11, 0.56, 0.00, 0.25. Web safe color of #a954be is #9966cc. Color #a954be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010100 10111110
Octal 251 124 276
Decimal 169 84 190
Hex A9 54 BE

RGB Percentages of Color #a954be

%38.15
%18.96
%42.89

CMYK Percentages of Color #a954be

%11
%56
%0
%25

Triadic Colors of #a954be

#a954be #bea954 #54bea9

Analogous Colors of #a954be

#a954be #be549e #7454be

Monochromatic Colors of #a954be

#a954be

Complementary Color

#a954be #69be54

#a954be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a954be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a954be Color CSS Codes

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

#a954be Text Font Color

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

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


#a954be Background Color

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

This div background color is #a954be


#a954be Border Color

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

This div border color is #a954be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a954be


Comments

No comments written yet.

Please login to write comment.