Color Hex Logo

#a454ef Color Hex

#A454EF
(164,84,239)
0 Favorites   0 Comments

Color spaces of #a454ef

RGB 16484239
HSL0.750.830.63
HSV271°65°94°
CMYK 0.310.650.00   0.06
XYZ34.060220.465283.8164
Yxy20.46520.24620.1479
Hunter Lab45.238555.2259-78.1837
CIE-Lab52.359160.4939-65.4354

#a454ef color RGB value is (164,84,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010100 11101111
Octal 244 124 357
Decimal 164 84 239
Hex A4 54 EF

RGB Percentages of Color #a454ef

%33.68
%17.25
%49.08

CMYK Percentages of Color #a454ef

%31
%65
%0
%6

Triadic Colors of #a454ef

#a454ef #efa454 #54efa4

Analogous Colors of #a454ef

#a454ef #ef54ed #5754ef

Monochromatic Colors of #a454ef

#a454ef

Complementary Color

#a454ef #9fef54

#a454ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a454ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a454ef Color CSS Codes

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

#a454ef Text Font Color

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

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


#a454ef Background Color

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

This div background color is #a454ef


#a454ef Border Color

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

This div border color is #a454ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a454ef


Comments

No comments written yet.

Please login to write comment.