Color Hex Logo

#a81fad Color Hex

#A81FAD
(168,31,173)
0 Favorites   0 Comments

Color spaces of #a81fad

RGB 16831173
HSL0.830.700.40
HSV298°82°68°
CMYK 0.030.820.00   0.32
XYZ24.181312.321940.6390
Yxy12.32190.31350.1597
Hunter Lab35.102661.5348-44.0695
CIE-Lab41.723268.0163-44.4756

#a81fad color RGB value is (168,31,173).

#a81fad hex color red value is 168, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a81fad hue: 0.83 , saturation: 0.70 and the lightness value of a81fad is 0.40.

The process color (four color CMYK) of #a81fad color hex is 0.03, 0.82, 0.00, 0.32. Web safe color of #a81fad is #993399. Color #a81fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011111 10101101
Octal 250 37 255
Decimal 168 31 173
Hex A8 1F AD

RGB Percentages of Color #a81fad

%45.16
%8.33
%46.51

CMYK Percentages of Color #a81fad

%3
%82
%0
%32

Triadic Colors of #a81fad

#a81fad #ada81f #1fada8

Analogous Colors of #a81fad

#a81fad #ad1f6b #611fad

Monochromatic Colors of #a81fad

#a81fad

Complementary Color

#a81fad #24ad1f

#a81fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81fad Color CSS Codes

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

#a81fad Text Font Color

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

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


#a81fad Background Color

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

This div background color is #a81fad


#a81fad Border Color

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

This div border color is #a81fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81fad


Comments

No comments written yet.

Please login to write comment.