Color Hex Logo

#a81eda Color Hex

#A81EDA
(168,30,218)
0 Favorites   0 Comments

Color spaces of #a81eda

RGB 16830218
HSL0.790.760.49
HSV284°86°85°
CMYK 0.230.860.00   0.15
XYZ29.267614.315367.5502
Yxy14.31530.26340.1288
Hunter Lab37.835671.8660-79.3692
CIE-Lab44.681876.0799-65.9526

#a81eda color RGB value is (168,30,218).

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

The process color (four color CMYK) of #a81eda color hex is 0.23, 0.86, 0.00, 0.15. Web safe color of #a81eda is #9933cc. Color #a81eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011110 11011010
Octal 250 36 332
Decimal 168 30 218
Hex A8 1E DA

RGB Percentages of Color #a81eda

%40.38
%7.21
%52.40

CMYK Percentages of Color #a81eda

%23
%86
%0
%15

Triadic Colors of #a81eda

#a81eda #daa81e #1edaa8

Analogous Colors of #a81eda

#a81eda #da1eae #4a1eda

Monochromatic Colors of #a81eda

#a81eda

Complementary Color

#a81eda #50da1e

#a81eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81eda Color CSS Codes

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

#a81eda Text Font Color

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

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


#a81eda Background Color

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

This div background color is #a81eda


#a81eda Border Color

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

This div border color is #a81eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81eda


Comments

No comments written yet.

Please login to write comment.