Color Hex Logo

#a81ede Color Hex

#A81EDE
(168,30,222)
0 Favorites   0 Comments

Color spaces of #a81ede

RGB 16830222
HSL0.790.760.49
HSV283°86°87°
CMYK 0.240.860.00   0.13
XYZ29.797514.527370.3408
Yxy14.52730.25990.1267
Hunter Lab38.114772.8479-82.7396
CIE-Lab44.979876.8206-67.7560

#a81ede color RGB value is (168,30,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011110 11011110
Octal 250 36 336
Decimal 168 30 222
Hex A8 1E DE

RGB Percentages of Color #a81ede

%40.00
%7.14
%52.86

CMYK Percentages of Color #a81ede

%24
%86
%0
%13

Triadic Colors of #a81ede

#a81ede #dea81e #1edea8

Analogous Colors of #a81ede

#a81ede #de1eb4 #481ede

Monochromatic Colors of #a81ede

#a81ede

Complementary Color

#a81ede #54de1e

#a81ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81ede Color CSS Codes

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

#a81ede Text Font Color

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

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


#a81ede Background Color

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

This div background color is #a81ede


#a81ede Border Color

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

This div border color is #a81ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81ede


Comments

No comments written yet.

Please login to write comment.