Color Hex Logo

#a081db Color Hex

#A081DB
(160,129,219)
0 Favorites   0 Comments

Color spaces of #a081db

RGB 160129219
HSL0.720.560.68
HSV261°41°86°
CMYK 0.270.410.00   0.14
XYZ35.133628.288670.6263
Yxy28.28860.26210.2110
Hunter Lab53.187024.8339-41.4994
CIE-Lab60.148630.6111-41.8366

#a081db color RGB value is (160,129,219).

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

The process color (four color CMYK) of #a081db color hex is 0.27, 0.41, 0.00, 0.14. Web safe color of #a081db is #9999cc. Color #a081db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000001 11011011
Octal 240 201 333
Decimal 160 129 219
Hex A0 81 DB

RGB Percentages of Color #a081db

%31.50
%25.39
%43.11

CMYK Percentages of Color #a081db

%27
%41
%0
%14

Triadic Colors of #a081db

#a081db #dba081 #81dba0

Analogous Colors of #a081db

#a081db #cd81db #818fdb

Monochromatic Colors of #a081db

#a081db

Complementary Color

#a081db #bcdb81

#a081db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a081db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a081db Color CSS Codes

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

#a081db Text Font Color

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

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


#a081db Background Color

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

This div background color is #a081db


#a081db Border Color

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

This div border color is #a081db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a081db


Comments

No comments written yet.

Please login to write comment.