Color Hex Logo

#a8769d Color Hex

#A8769D
(168,118,157)
0 Favorites   0 Comments

Color spaces of #a8769d

RGB 168118157
HSL0.870.220.56
HSV313°30°66°
CMYK 0.000.300.07   0.34
XYZ28.712723.716034.9626
Yxy23.71600.32860.2714
Hunter Lab48.699120.0192-8.4768
CIE-Lab55.802325.9990-13.1579

#a8769d color RGB value is (168,118,157).

#a8769d hex color red value is 168, green value is 118 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a8769d hue: 0.87 , saturation: 0.22 and the lightness value of a8769d is 0.56.

The process color (four color CMYK) of #a8769d color hex is 0.00, 0.30, 0.07, 0.34. Web safe color of #a8769d is #996699. Color #a8769d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 10011101
Octal 250 166 235
Decimal 168 118 157
Hex A8 76 9D

RGB Percentages of Color #a8769d

%37.92
%26.64
%35.44

CMYK Percentages of Color #a8769d

%0
%30
%7
%34

Triadic Colors of #a8769d

#a8769d #9da876 #769da8

Analogous Colors of #a8769d

#a8769d #a87684 #9a76a8

Monochromatic Colors of #a8769d

#a8769d

Complementary Color

#a8769d #76a881

#a8769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8769d Color CSS Codes

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

#a8769d Text Font Color

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

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


#a8769d Background Color

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

This div background color is #a8769d


#a8769d Border Color

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

This div border color is #a8769d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8769d


Comments

No comments written yet.

Please login to write comment.