Color Hex Logo

#a80fae Color Hex

#A80FAE
(168,15,174)
0 Favorites   0 Comments

Color spaces of #a80fae

RGB 16815174
HSL0.830.840.37
HSV298°91°68°
CMYK 0.030.910.00   0.32
XYZ23.959311.722541.0443
Yxy11.72250.31230.1528
Hunter Lab34.238164.9947-47.1095
CIE-Lab40.771671.1454-46.5934

#a80fae color RGB value is (168,15,174).

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

The process color (four color CMYK) of #a80fae color hex is 0.03, 0.91, 0.00, 0.32. Web safe color of #a80fae is #990099. Color #a80fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001111 10101110
Octal 250 17 256
Decimal 168 15 174
Hex A8 F AE

RGB Percentages of Color #a80fae

%47.06
%4.20
%48.74

CMYK Percentages of Color #a80fae

%3
%91
%0
%32

Triadic Colors of #a80fae

#a80fae #aea80f #0faea8

Analogous Colors of #a80fae

#a80fae #ae0f65 #590fae

Monochromatic Colors of #a80fae

#a80fae

Complementary Color

#a80fae #15ae0f

#a80fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80fae Color CSS Codes

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

#a80fae Text Font Color

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

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


#a80fae Background Color

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

This div background color is #a80fae


#a80fae Border Color

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

This div border color is #a80fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80fae


Comments

No comments written yet.

Please login to write comment.