Color Hex Logo

#a081bd Color Hex

#A081BD
(160,129,189)
0 Favorites   0 Comments

Color spaces of #a081bd

RGB 160129189
HSL0.750.310.62
HSV271°32°74°
CMYK 0.150.320.00   0.26
XYZ31.532826.848251.6644
Yxy26.84820.28650.2440
Hunter Lab51.815217.9517-22.8467
CIE-Lab58.833623.5759-26.9703

#a081bd color RGB value is (160,129,189).

#a081bd hex color red value is 160, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a081bd hue: 0.75 , saturation: 0.31 and the lightness value of a081bd is 0.62.

The process color (four color CMYK) of #a081bd color hex is 0.15, 0.32, 0.00, 0.26. Web safe color of #a081bd is #9999cc. Color #a081bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000001 10111101
Octal 240 201 275
Decimal 160 129 189
Hex A0 81 BD

RGB Percentages of Color #a081bd

%33.47
%26.99
%39.54

CMYK Percentages of Color #a081bd

%15
%32
%0
%26

Triadic Colors of #a081bd

#a081bd #bda081 #81bda0

Analogous Colors of #a081bd

#a081bd #bd81bc #8281bd

Monochromatic Colors of #a081bd

#a081bd

Complementary Color

#a081bd #9ebd81

#a081bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a081bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a081bd Color CSS Codes

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

#a081bd Text Font Color

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

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


#a081bd Background Color

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

This div background color is #a081bd


#a081bd Border Color

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

This div border color is #a081bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a081bd


Comments

No comments written yet.

Please login to write comment.