Color Hex Logo

#a77081 Color Hex

#A77081
(167,112,129)
0 Favorites   0 Comments

Color spaces of #a77081

RGB 167112129
HSL0.950.240.55
HSV341°33°65°
CMYK 0.000.330.23   0.35
XYZ25.693021.388823.5432
Yxy21.38880.36380.3029
Hunter Lab46.248018.23132.1912
CIE-Lab53.372424.2734-0.4340

#a77081 color RGB value is (167,112,129).

#a77081 hex color red value is 167, green value is 112 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a77081 hue: 0.95 , saturation: 0.24 and the lightness value of a77081 is 0.55.

The process color (four color CMYK) of #a77081 color hex is 0.00, 0.33, 0.23, 0.35. Web safe color of #a77081 is #996699. Color #a77081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 10000001
Octal 247 160 201
Decimal 167 112 129
Hex A7 70 81

RGB Percentages of Color #a77081

%40.93
%27.45
%31.62

CMYK Percentages of Color #a77081

%0
%33
%23
%35

Triadic Colors of #a77081

#a77081 #81a770 #7081a7

Analogous Colors of #a77081

#a77081 #a77b70 #a7709d

Monochromatic Colors of #a77081

#a77081

Complementary Color

#a77081 #70a796

#a77081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77081 Color CSS Codes

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

#a77081 Text Font Color

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

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


#a77081 Background Color

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

This div background color is #a77081


#a77081 Border Color

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

This div border color is #a77081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77081


Comments

No comments written yet.

Please login to write comment.