Color Hex Logo

#a854ef Color Hex

#A854EF
(168,84,239)
0 Favorites   0 Comments

Color spaces of #a854ef

RGB 16884239
HSL0.760.830.63
HSV273°65°94°
CMYK 0.300.650.00   0.06
XYZ34.898820.897583.8556
Yxy20.89750.24990.1496
Hunter Lab45.713856.2713-76.7596
CIE-Lab52.837161.3248-64.6399

#a854ef color RGB value is (168,84,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010100 11101111
Octal 250 124 357
Decimal 168 84 239
Hex A8 54 EF

RGB Percentages of Color #a854ef

%34.22
%17.11
%48.68

CMYK Percentages of Color #a854ef

%30
%65
%0
%6

Triadic Colors of #a854ef

#a854ef #efa854 #54efa8

Analogous Colors of #a854ef

#a854ef #ef54e9 #5b54ef

Monochromatic Colors of #a854ef

#a854ef

Complementary Color

#a854ef #9bef54

#a854ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a854ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a854ef Color CSS Codes

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

#a854ef Text Font Color

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

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


#a854ef Background Color

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

This div background color is #a854ef


#a854ef Border Color

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

This div border color is #a854ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a854ef


Comments

No comments written yet.

Please login to write comment.