Color Hex Logo

#a953be Color Hex

#A953BE
(169,83,190)
0 Favorites   0 Comments

Color spaces of #a953be

RGB 16983190
HSL0.800.450.54
HSV288°56°75°
CMYK 0.110.560.00   0.25
XYZ28.749718.339250.7397
Yxy18.33920.29390.1875
Hunter Lab42.824344.8918-40.2718
CIE-Lab49.905051.5627-41.4282

#a953be color RGB value is (169,83,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010011 10111110
Octal 251 123 276
Decimal 169 83 190
Hex A9 53 BE

RGB Percentages of Color #a953be

%38.24
%18.78
%42.99

CMYK Percentages of Color #a953be

%11
%56
%0
%25

Triadic Colors of #a953be

#a953be #bea953 #53bea9

Analogous Colors of #a953be

#a953be #be539e #7453be

Monochromatic Colors of #a953be

#a953be

Complementary Color

#a953be #68be53

#a953be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a953be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a953be Color CSS Codes

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

#a953be Text Font Color

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

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


#a953be Background Color

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

This div background color is #a953be


#a953be Border Color

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

This div border color is #a953be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a953be


Comments

No comments written yet.

Please login to write comment.