Color Hex Logo

#a80eaf Color Hex

#A80EAF
(168,14,175)
0 Favorites   0 Comments

Color spaces of #a80eaf

RGB 16814175
HSL0.830.850.37
HSV297°92°69°
CMYK 0.040.920.00   0.31
XYZ24.043411.734141.5551
Yxy11.73410.31090.1517
Hunter Lab34.255165.3415-47.9466
CIE-Lab40.790471.4339-47.1580

#a80eaf color RGB value is (168,14,175).

#a80eaf hex color red value is 168, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a80eaf hue: 0.83 , saturation: 0.85 and the lightness value of a80eaf is 0.37.

The process color (four color CMYK) of #a80eaf color hex is 0.04, 0.92, 0.00, 0.31. Web safe color of #a80eaf is #990099. Color #a80eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001110 10101111
Octal 250 16 257
Decimal 168 14 175
Hex A8 E AF

RGB Percentages of Color #a80eaf

%47.06
%3.92
%49.02

CMYK Percentages of Color #a80eaf

%4
%92
%0
%31

Triadic Colors of #a80eaf

#a80eaf #afa80e #0eafa8

Analogous Colors of #a80eaf

#a80eaf #af0e66 #580eaf

Monochromatic Colors of #a80eaf

#a80eaf

Complementary Color

#a80eaf #15af0e

#a80eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80eaf Color CSS Codes

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

#a80eaf Text Font Color

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

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


#a80eaf Background Color

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

This div background color is #a80eaf


#a80eaf Border Color

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

This div border color is #a80eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80eaf


Comments

No comments written yet.

Please login to write comment.