Color Hex Logo

#a953ef Color Hex

#A953EF
(169,83,239)
0 Favorites   0 Comments

Color spaces of #a953ef

RGB 16983239
HSL0.760.830.63
HSV273°65°94°
CMYK 0.290.650.00   0.06
XYZ35.035420.853583.8399
Yxy20.85350.25070.1492
Hunter Lab45.665657.0332-76.8876
CIE-Lab52.788861.9997-64.7118

#a953ef color RGB value is (169,83,239).

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

The process color (four color CMYK) of #a953ef color hex is 0.29, 0.65, 0.00, 0.06. Web safe color of #a953ef is #9966ff. Color #a953ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010011 11101111
Octal 251 123 357
Decimal 169 83 239
Hex A9 53 EF

RGB Percentages of Color #a953ef

%34.42
%16.90
%48.68

CMYK Percentages of Color #a953ef

%29
%65
%0
%6

Triadic Colors of #a953ef

#a953ef #efa953 #53efa9

Analogous Colors of #a953ef

#a953ef #ef53e7 #5b53ef

Monochromatic Colors of #a953ef

#a953ef

Complementary Color

#a953ef #99ef53

#a953ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a953ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a953ef Color CSS Codes

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

#a953ef Text Font Color

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

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


#a953ef Background Color

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

This div background color is #a953ef


#a953ef Border Color

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

This div border color is #a953ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,83,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a953ef


Comments

No comments written yet.

Please login to write comment.