Color Hex Logo

#a2768d Color Hex

#A2768D
(162,118,141)
0 Favorites   0 Comments

Color spaces of #a2768d

RGB 162118141
HSL0.910.190.55
HSV329°27°64°
CMYK 0.000.270.13   0.36
XYZ26.186422.561328.1739
Yxy22.56130.34040.2933
Hunter Lab47.498715.2856-1.9188
CIE-Lab54.617620.9627-5.6914

#a2768d color RGB value is (162,118,141).

#a2768d hex color red value is 162, green value is 118 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a2768d hue: 0.91 , saturation: 0.19 and the lightness value of a2768d is 0.55.

The process color (four color CMYK) of #a2768d color hex is 0.00, 0.27, 0.13, 0.36. Web safe color of #a2768d is #996699. Color #a2768d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110110 10001101
Octal 242 166 215
Decimal 162 118 141
Hex A2 76 8D

RGB Percentages of Color #a2768d

%38.48
%28.03
%33.49

CMYK Percentages of Color #a2768d

%0
%27
%13
%36

Triadic Colors of #a2768d

#a2768d #8da276 #768da2

Analogous Colors of #a2768d

#a2768d #a27677 #a176a2

Monochromatic Colors of #a2768d

#a2768d

Complementary Color

#a2768d #76a28b

#a2768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2768d Color CSS Codes

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

#a2768d Text Font Color

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

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


#a2768d Background Color

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

This div background color is #a2768d


#a2768d Border Color

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

This div border color is #a2768d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,118,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2768d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2768d;
  -webkit-box-shadow: 1px 1px 3px 2px #a2768d;
  box-shadow:         1px 1px 3px 2px #a2768d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,118,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2768d


Comments

No comments written yet.

Please login to write comment.