Color Hex Logo

#a954ea Color Hex

#A954EA
(169,84,234)
0 Favorites   0 Comments

Color spaces of #a954ea

RGB 16984234
HSL0.760.780.62
HSV274°64°92°
CMYK 0.280.640.00   0.08
XYZ34.383820.716280.0283
Yxy20.71620.25450.1533
Hunter Lab45.515155.1943-72.3880
CIE-Lab52.637560.4154-62.1515

#a954ea color RGB value is (169,84,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010100 11101010
Octal 251 124 352
Decimal 169 84 234
Hex A9 54 EA

RGB Percentages of Color #a954ea

%34.70
%17.25
%48.05

CMYK Percentages of Color #a954ea

%28
%64
%0
%8

Triadic Colors of #a954ea

#a954ea #eaa954 #54eaa9

Analogous Colors of #a954ea

#a954ea #ea54e0 #5e54ea

Monochromatic Colors of #a954ea

#a954ea

Complementary Color

#a954ea #95ea54

#a954ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a954ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a954ea Color CSS Codes

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

#a954ea Text Font Color

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

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


#a954ea Background Color

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

This div background color is #a954ea


#a954ea Border Color

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

This div border color is #a954ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a954ea


Comments

No comments written yet.

Please login to write comment.