Color Hex Logo

#a950ea Color Hex

#A950EA
(169,80,234)
0 Favorites   0 Comments

Color spaces of #a950ea

RGB 16980234
HSL0.760.790.62
HSV275°66°92°
CMYK 0.280.660.00   0.08
XYZ34.082120.112979.9277
Yxy20.11290.25410.1500
Hunter Lab44.847457.1694-74.2743
CIE-Lab51.964662.2706-63.2359

#a950ea color RGB value is (169,80,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010000 11101010
Octal 251 120 352
Decimal 169 80 234
Hex A9 50 EA

RGB Percentages of Color #a950ea

%34.99
%16.56
%48.45

CMYK Percentages of Color #a950ea

%28
%66
%0
%8

Triadic Colors of #a950ea

#a950ea #eaa950 #50eaa9

Analogous Colors of #a950ea

#a950ea #ea50de #5c50ea

Monochromatic Colors of #a950ea

#a950ea

Complementary Color

#a950ea #91ea50

#a950ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a950ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a950ea Color CSS Codes

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

#a950ea Text Font Color

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

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


#a950ea Background Color

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

This div background color is #a950ea


#a950ea Border Color

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

This div border color is #a950ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a950ea


Comments

No comments written yet.

Please login to write comment.