Color Hex Logo

#a077be Color Hex

#A077BE
(160,119,190)
0 Favorites   0 Comments

Color spaces of #a077be

RGB 160119190
HSL0.760.350.61
HSV275°37°75°
CMYK 0.160.370.00   0.25
XYZ30.388324.384951.8203
Yxy24.38490.28510.2288
Hunter Lab49.381123.4291-27.6519
CIE-Lab56.471129.5194-31.2003

#a077be color RGB value is (160,119,190).

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

The process color (four color CMYK) of #a077be color hex is 0.16, 0.37, 0.00, 0.25. Web safe color of #a077be is #9966cc. Color #a077be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110111 10111110
Octal 240 167 276
Decimal 160 119 190
Hex A0 77 BE

RGB Percentages of Color #a077be

%34.12
%25.37
%40.51

CMYK Percentages of Color #a077be

%16
%37
%0
%25

Triadic Colors of #a077be

#a077be #bea077 #77bea0

Analogous Colors of #a077be

#a077be #be77b9 #7d77be

Monochromatic Colors of #a077be

#a077be

Complementary Color

#a077be #95be77

#a077be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a077be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a077be Color CSS Codes

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

#a077be Text Font Color

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

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


#a077be Background Color

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

This div background color is #a077be


#a077be Border Color

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

This div border color is #a077be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a077be


Comments

No comments written yet.

Please login to write comment.