Color Hex Logo

#a180df Color Hex

#A180DF
(161,128,223)
0 Favorites   0 Comments

Color spaces of #a180df

RGB 161128223
HSL0.720.600.69
HSV261°43°87°
CMYK 0.280.430.00   0.13
XYZ35.736428.343173.3993
Yxy28.34310.25990.2062
Hunter Lab53.238226.6520-44.4761
CIE-Lab60.197532.4410-43.9892

#a180df color RGB value is (161,128,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000000 11011111
Octal 241 200 337
Decimal 161 128 223
Hex A1 80 DF

RGB Percentages of Color #a180df

%31.45
%25.00
%43.55

CMYK Percentages of Color #a180df

%28
%43
%0
%13

Triadic Colors of #a180df

#a180df #dfa180 #80dfa1

Analogous Colors of #a180df

#a180df #d180df #808fdf

Monochromatic Colors of #a180df

#a180df

Complementary Color

#a180df #bedf80

#a180df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a180df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a180df Color CSS Codes

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

#a180df Text Font Color

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

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


#a180df Background Color

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

This div background color is #a180df


#a180df Border Color

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

This div border color is #a180df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a180df


Comments

No comments written yet.

Please login to write comment.