Color Hex Logo

#a81ddd Color Hex

#A81DDD
(168,29,221)
0 Favorites   0 Comments

Color spaces of #a81ddd

RGB 16829221
HSL0.790.770.49
HSV283°87°87°
CMYK 0.240.870.00   0.13
XYZ29.639014.424069.6286
Yxy14.42400.26070.1269
Hunter Lab37.978972.8394-82.1139
CIE-Lab44.835076.8418-67.4203

#a81ddd color RGB value is (168,29,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011101 11011101
Octal 250 35 335
Decimal 168 29 221
Hex A8 1D DD

RGB Percentages of Color #a81ddd

%40.19
%6.94
%52.87

CMYK Percentages of Color #a81ddd

%24
%87
%0
%13

Triadic Colors of #a81ddd

#a81ddd #dda81d #1ddda8

Analogous Colors of #a81ddd

#a81ddd #dd1db2 #481ddd

Monochromatic Colors of #a81ddd

#a81ddd

Complementary Color

#a81ddd #52dd1d

#a81ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81ddd Color CSS Codes

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

#a81ddd Text Font Color

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

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


#a81ddd Background Color

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

This div background color is #a81ddd


#a81ddd Border Color

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

This div border color is #a81ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81ddd


Comments

No comments written yet.

Please login to write comment.