Color Hex Logo

#a953ea Color Hex

#A953EA
(169,83,234)
0 Favorites   0 Comments

Color spaces of #a953ea

RGB 16983234
HSL0.760.780.62
HSV274°65°92°
CMYK 0.280.650.00   0.08
XYZ34.306720.562080.0026
Yxy20.56200.25440.1525
Hunter Lab45.345355.6925-72.8634
CIE-Lab52.466860.8848-62.4265

#a953ea color RGB value is (169,83,234).

#a953ea hex color red value is 169, green value is 83 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a953ea hue: 0.76 , saturation: 0.78 and the lightness value of a953ea is 0.62.

The process color (four color CMYK) of #a953ea color hex is 0.28, 0.65, 0.00, 0.08. Web safe color of #a953ea is #9966ff. Color #a953ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010011 11101010
Octal 251 123 352
Decimal 169 83 234
Hex A9 53 EA

RGB Percentages of Color #a953ea

%34.77
%17.08
%48.15

CMYK Percentages of Color #a953ea

%28
%65
%0
%8

Triadic Colors of #a953ea

#a953ea #eaa953 #53eaa9

Analogous Colors of #a953ea

#a953ea #ea53e0 #5d53ea

Monochromatic Colors of #a953ea

#a953ea

Complementary Color

#a953ea #94ea53

#a953ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a953ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a953ea Color CSS Codes

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

#a953ea Text Font Color

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

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


#a953ea Background Color

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

This div background color is #a953ea


#a953ea Border Color

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

This div border color is #a953ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a953ea


Comments

No comments written yet.

Please login to write comment.