Color Hex Logo

#a80fde Color Hex

#A80FDE
(168,15,222)
0 Favorites   0 Comments

Color spaces of #a80fde

RGB 16815222
HSL0.790.870.46
HSV284°93°87°
CMYK 0.240.930.00   0.13
XYZ29.504113.940470.2430
Yxy13.94040.25950.1226
Hunter Lab37.336875.7137-85.4084
CIE-Lab44.147379.2905-69.1112

#a80fde color RGB value is (168,15,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001111 11011110
Octal 250 17 336
Decimal 168 15 222
Hex A8 F DE

RGB Percentages of Color #a80fde

%41.48
%3.70
%54.81

CMYK Percentages of Color #a80fde

%24
%93
%0
%13

Triadic Colors of #a80fde

#a80fde #dea80f #0fdea8

Analogous Colors of #a80fde

#a80fde #de0fad #410fde

Monochromatic Colors of #a80fde

#a80fde

Complementary Color

#a80fde #45de0f

#a80fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80fde Color CSS Codes

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

#a80fde Text Font Color

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

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


#a80fde Background Color

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

This div background color is #a80fde


#a80fde Border Color

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

This div border color is #a80fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80fde


Comments

No comments written yet.

Please login to write comment.