Color Hex Logo

#a81edd Color Hex

#A81EDD
(168,30,221)
0 Favorites   0 Comments

Color spaces of #a81edd

RGB 16830221
HSL0.790.760.49
HSV283°86°87°
CMYK 0.240.860.00   0.13
XYZ29.663914.473869.6369
Yxy14.47380.26070.1272
Hunter Lab38.044472.6017-81.8938
CIE-Lab44.904976.6353-67.3066

#a81edd color RGB value is (168,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011110 11011101
Octal 250 36 335
Decimal 168 30 221
Hex A8 1E DD

RGB Percentages of Color #a81edd

%40.10
%7.16
%52.74

CMYK Percentages of Color #a81edd

%24
%86
%0
%13

Triadic Colors of #a81edd

#a81edd #dda81e #1edda8

Analogous Colors of #a81edd

#a81edd #dd1eb3 #491edd

Monochromatic Colors of #a81edd

#a81edd

Complementary Color

#a81edd #53dd1e

#a81edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81edd Color CSS Codes

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

#a81edd Text Font Color

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

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


#a81edd Background Color

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

This div background color is #a81edd


#a81edd Border Color

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

This div border color is #a81edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81edd


Comments

No comments written yet.

Please login to write comment.