Color Hex Logo

#a554ea Color Hex

#A554EA
(165,84,234)
0 Favorites   0 Comments

Color spaces of #a554ea

RGB 16584234
HSL0.760.780.62
HSV272°64°92°
CMYK 0.290.640.00   0.08
XYZ33.538720.280579.9887
Yxy20.28050.25060.1516
Hunter Lab45.033954.1275-73.7866
CIE-Lab52.152959.5612-62.9572

#a554ea color RGB value is (165,84,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 11101010
Octal 245 124 352
Decimal 165 84 234
Hex A5 54 EA

RGB Percentages of Color #a554ea

%34.16
%17.39
%48.45

CMYK Percentages of Color #a554ea

%29
%64
%0
%8

Triadic Colors of #a554ea

#a554ea #eaa554 #54eaa5

Analogous Colors of #a554ea

#a554ea #ea54e4 #5a54ea

Monochromatic Colors of #a554ea

#a554ea

Complementary Color

#a554ea #99ea54

#a554ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a554ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a554ea Color CSS Codes

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

#a554ea Text Font Color

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

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


#a554ea Background Color

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

This div background color is #a554ea


#a554ea Border Color

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

This div border color is #a554ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a554ea


Comments

No comments written yet.

Please login to write comment.