Color Hex Logo

#a841dd Color Hex

#A841DD
(168,65,221)
0 Favorites   0 Comments

Color spaces of #a841dd

RGB 16865221
HSL0.780.700.56
HSV280°71°87°
CMYK 0.240.710.00   0.13
XYZ31.089917.325970.1122
Yxy17.32590.26230.1462
Hunter Lab41.624460.4817-70.7311
CIE-Lab48.668165.7645-61.2095

#a841dd color RGB value is (168,65,221).

#a841dd hex color red value is 168, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a841dd hue: 0.78 , saturation: 0.70 and the lightness value of a841dd is 0.56.

The process color (four color CMYK) of #a841dd color hex is 0.24, 0.71, 0.00, 0.13. Web safe color of #a841dd is #9933cc. Color #a841dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 11011101
Octal 250 101 335
Decimal 168 65 221
Hex A8 41 DD

RGB Percentages of Color #a841dd

%37.00
%14.32
%48.68

CMYK Percentages of Color #a841dd

%24
%71
%0
%13

Triadic Colors of #a841dd

#a841dd #dda841 #41dda8

Analogous Colors of #a841dd

#a841dd #dd41c4 #5a41dd

Monochromatic Colors of #a841dd

#a841dd

Complementary Color

#a841dd #76dd41

#a841dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a841dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a841dd Color CSS Codes

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

#a841dd Text Font Color

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

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


#a841dd Background Color

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

This div background color is #a841dd


#a841dd Border Color

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

This div border color is #a841dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a841dd


Comments

No comments written yet.

Please login to write comment.