Color Hex Logo

#a54eea Color Hex

#A54EEA
(165,78,234)
0 Favorites   0 Comments

Color spaces of #a54eea

RGB 16578234
HSL0.760.790.61
HSV273°67°92°
CMYK 0.290.670.00   0.08
XYZ33.092719.388679.8401
Yxy19.38860.25010.1465
Hunter Lab44.032557.0952-76.6824
CIE-Lab51.138862.3591-64.5938

#a54eea color RGB value is (165,78,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001110 11101010
Octal 245 116 352
Decimal 165 78 234
Hex A5 4E EA

RGB Percentages of Color #a54eea

%34.59
%16.35
%49.06

CMYK Percentages of Color #a54eea

%29
%67
%0
%8

Triadic Colors of #a54eea

#a54eea #eaa54e #4eeaa5

Analogous Colors of #a54eea

#a54eea #ea4ee1 #574eea

Monochromatic Colors of #a54eea

#a54eea

Complementary Color

#a54eea #93ea4e

#a54eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54eea Color CSS Codes

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

#a54eea Text Font Color

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

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


#a54eea Background Color

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

This div background color is #a54eea


#a54eea Border Color

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

This div border color is #a54eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54eea


Comments

No comments written yet.

Please login to write comment.