Color Hex Logo

#a80cde Color Hex

#A80CDE
(168,12,222)
0 Favorites   0 Comments

Color spaces of #a80cde

RGB 16812222
HSL0.790.900.46
HSV285°95°87°
CMYK 0.240.950.00   0.13
XYZ29.464713.861770.2299
Yxy13.86170.25950.1221
Hunter Lab37.231376.1094-85.7776
CIE-Lab44.033979.6285-69.2960

#a80cde color RGB value is (168,12,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001100 11011110
Octal 250 14 336
Decimal 168 12 222
Hex A8 C DE

RGB Percentages of Color #a80cde

%41.79
%2.99
%55.22

CMYK Percentages of Color #a80cde

%24
%95
%0
%13

Triadic Colors of #a80cde

#a80cde #dea80c #0cdea8

Analogous Colors of #a80cde

#a80cde #de0cab #3f0cde

Monochromatic Colors of #a80cde

#a80cde

Complementary Color

#a80cde #42de0c

#a80cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80cde Color CSS Codes

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

#a80cde Text Font Color

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

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


#a80cde Background Color

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

This div background color is #a80cde


#a80cde Border Color

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

This div border color is #a80cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80cde


Comments

No comments written yet.

Please login to write comment.