Color Hex Logo

#a077bd Color Hex

#A077BD
(160,119,189)
0 Favorites   0 Comments

Color spaces of #a077bd

RGB 160119189
HSL0.760.350.60
HSV275°37°74°
CMYK 0.150.370.00   0.26
XYZ30.279324.341451.2466
Yxy24.34140.28600.2299
Hunter Lab49.337023.2100-27.0489
CIE-Lab56.428029.2960-30.6962

#a077bd color RGB value is (160,119,189).

#a077bd hex color red value is 160, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a077bd hue: 0.76 , saturation: 0.35 and the lightness value of a077bd is 0.60.

The process color (four color CMYK) of #a077bd color hex is 0.15, 0.37, 0.00, 0.26. Web safe color of #a077bd is #9966cc. Color #a077bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110111 10111101
Octal 240 167 275
Decimal 160 119 189
Hex A0 77 BD

RGB Percentages of Color #a077bd

%34.19
%25.43
%40.38

CMYK Percentages of Color #a077bd

%15
%37
%0
%26

Triadic Colors of #a077bd

#a077bd #bda077 #77bda0

Analogous Colors of #a077bd

#a077bd #bd77b7 #7d77bd

Monochromatic Colors of #a077bd

#a077bd

Complementary Color

#a077bd #94bd77

#a077bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a077bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a077bd Color CSS Codes

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

#a077bd Text Font Color

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

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


#a077bd Background Color

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

This div background color is #a077bd


#a077bd Border Color

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

This div border color is #a077bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a077bd


Comments

No comments written yet.

Please login to write comment.