Color Hex Logo

#a854ed Color Hex

#A854ED
(168,84,237)
0 Favorites   0 Comments

Color spaces of #a854ed

RGB 16884237
HSL0.760.810.63
HSV273°65°93°
CMYK 0.290.650.00   0.07
XYZ34.604820.779982.3078
Yxy20.77990.25130.1509
Hunter Lab45.585055.7305-75.1440
CIE-Lab52.707860.8742-63.7280

#a854ed color RGB value is (168,84,237).

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

The process color (four color CMYK) of #a854ed color hex is 0.29, 0.65, 0.00, 0.07. Web safe color of #a854ed is #9966ff. Color #a854ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010100 11101101
Octal 250 124 355
Decimal 168 84 237
Hex A8 54 ED

RGB Percentages of Color #a854ed

%34.36
%17.18
%48.47

CMYK Percentages of Color #a854ed

%29
%65
%0
%7

Triadic Colors of #a854ed

#a854ed #eda854 #54eda8

Analogous Colors of #a854ed

#a854ed #ed54e6 #5c54ed

Monochromatic Colors of #a854ed

#a854ed

Complementary Color

#a854ed #99ed54

#a854ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a854ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a854ed Color CSS Codes

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

#a854ed Text Font Color

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

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


#a854ed Background Color

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

This div background color is #a854ed


#a854ed Border Color

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

This div border color is #a854ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,84,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a854ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a854ed


Comments

No comments written yet.

Please login to write comment.