Color Hex Logo

#a054ef Color Hex

#A054EF
(160,84,239)
0 Favorites   0 Comments

Color spaces of #a054ef

RGB 16084239
HSL0.750.830.63
HSV269°65°94°
CMYK 0.330.650.00   0.06
XYZ33.247520.046283.7783
Yxy20.04620.24260.1462
Hunter Lab44.773054.1977-79.6012
CIE-Lab51.889459.6713-66.2175

#a054ef color RGB value is (160,84,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 11101111
Octal 240 124 357
Decimal 160 84 239
Hex A0 54 EF

RGB Percentages of Color #a054ef

%33.13
%17.39
%49.48

CMYK Percentages of Color #a054ef

%33
%65
%0
%6

Triadic Colors of #a054ef

#a054ef #efa054 #54efa0

Analogous Colors of #a054ef

#a054ef #ee54ef #5455ef

Monochromatic Colors of #a054ef

#a054ef

Complementary Color

#a054ef #a3ef54

#a054ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a054ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a054ef Color CSS Codes

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

#a054ef Text Font Color

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

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


#a054ef Background Color

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

This div background color is #a054ef


#a054ef Border Color

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

This div border color is #a054ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a054ef


Comments

No comments written yet.

Please login to write comment.