Color Hex Logo

#a081df Color Hex

#A081DF
(160,129,223)
0 Favorites   0 Comments

Color spaces of #a081df

RGB 160129223
HSL0.720.590.69
HSV260°42°87°
CMYK 0.280.420.00   0.13
XYZ35.666728.501873.4336
Yxy28.50180.25920.2071
Hunter Lab53.387125.8244-44.1821
CIE-Lab60.339431.5944-43.7717

#a081df color RGB value is (160,129,223).

#a081df hex color red value is 160, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a081df hue: 0.72 , saturation: 0.59 and the lightness value of a081df is 0.69.

The process color (four color CMYK) of #a081df color hex is 0.28, 0.42, 0.00, 0.13. Web safe color of #a081df is #9999cc. Color #a081df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000001 11011111
Octal 240 201 337
Decimal 160 129 223
Hex A0 81 DF

RGB Percentages of Color #a081df

%31.25
%25.20
%43.55

CMYK Percentages of Color #a081df

%28
%42
%0
%13

Triadic Colors of #a081df

#a081df #dfa081 #81dfa0

Analogous Colors of #a081df

#a081df #cf81df #8191df

Monochromatic Colors of #a081df

#a081df

Complementary Color

#a081df #c0df81

#a081df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a081df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a081df Color CSS Codes

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

#a081df Text Font Color

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

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


#a081df Background Color

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

This div background color is #a081df


#a081df Border Color

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

This div border color is #a081df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,129,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a081df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a081df;
  -webkit-box-shadow: 1px 1px 3px 2px #a081df;
  box-shadow:         1px 1px 3px 2px #a081df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,129,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a081df


Comments

No comments written yet.

Please login to write comment.