Color Hex Logo

#a80dde Color Hex

#A80DDE
(168,13,222)
0 Favorites   0 Comments

Color spaces of #a80dde

RGB 16813222
HSL0.790.890.46
HSV284°94°87°
CMYK 0.240.940.00   0.13
XYZ29.477213.886670.2340
Yxy13.88660.25950.1222
Hunter Lab37.264775.9841-85.6604
CIE-Lab44.069979.5215-69.2374

#a80dde color RGB value is (168,13,222).

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

The process color (four color CMYK) of #a80dde color hex is 0.24, 0.94, 0.00, 0.13. Web safe color of #a80dde is #9900cc. Color #a80dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001101 11011110
Octal 250 15 336
Decimal 168 13 222
Hex A8 D DE

RGB Percentages of Color #a80dde

%41.69
%3.23
%55.09

CMYK Percentages of Color #a80dde

%24
%94
%0
%13

Triadic Colors of #a80dde

#a80dde #dea80d #0ddea8

Analogous Colors of #a80dde

#a80dde #de0dac #3f0dde

Monochromatic Colors of #a80dde

#a80dde

Complementary Color

#a80dde #43de0d

#a80dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80dde Color CSS Codes

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

#a80dde Text Font Color

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

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


#a80dde Background Color

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

This div background color is #a80dde


#a80dde Border Color

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

This div border color is #a80dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80dde


Comments

No comments written yet.

Please login to write comment.