Color Hex Logo

#a854dd Color Hex

#A854DD
(168,84,221)
0 Favorites   0 Comments

Color spaces of #a854dd

RGB 16884221
HSL0.770.670.60
HSV277°62°87°
CMYK 0.240.620.00   0.13
XYZ32.369919.885970.5389
Yxy19.88590.26360.1619
Hunter Lab44.593651.5319-62.5704
CIE-Lab51.708057.3259-56.3180

#a854dd color RGB value is (168,84,221).

#a854dd hex color red value is 168, green value is 84 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a854dd hue: 0.77 , saturation: 0.67 and the lightness value of a854dd is 0.60.

The process color (four color CMYK) of #a854dd color hex is 0.24, 0.62, 0.00, 0.13. Web safe color of #a854dd is #9966cc. Color #a854dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010100 11011101
Octal 250 124 335
Decimal 168 84 221
Hex A8 54 DD

RGB Percentages of Color #a854dd

%35.52
%17.76
%46.72

CMYK Percentages of Color #a854dd

%24
%62
%0
%13

Triadic Colors of #a854dd

#a854dd #dda854 #54dda8

Analogous Colors of #a854dd

#a854dd #dd54ce #6354dd

Monochromatic Colors of #a854dd

#a854dd

Complementary Color

#a854dd #89dd54

#a854dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a854dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a854dd Color CSS Codes

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

#a854dd Text Font Color

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

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


#a854dd Background Color

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

This div background color is #a854dd


#a854dd Border Color

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

This div border color is #a854dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a854dd


Comments

No comments written yet.

Please login to write comment.