Color Hex Logo

#ab76ae Color Hex

#AB76AE
(171,118,174)
0 Favorites   0 Comments

Color spaces of #ab76ae

RGB 171118174
HSL0.820.260.57
HSV297°32°68°
CMYK 0.020.320.00   0.32
XYZ30.913024.670843.1770
Yxy24.67080.31300.2498
Hunter Lab49.669724.1713-16.7710
CIE-Lab56.753330.2599-21.4991

#ab76ae color RGB value is (171,118,174).

#ab76ae hex color red value is 171, green value is 118 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab76ae hue: 0.82 , saturation: 0.26 and the lightness value of ab76ae is 0.57.

The process color (four color CMYK) of #ab76ae color hex is 0.02, 0.32, 0.00, 0.32. Web safe color of #ab76ae is #996699. Color #ab76ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 10101110
Octal 253 166 256
Decimal 171 118 174
Hex AB 76 AE

RGB Percentages of Color #ab76ae

%36.93
%25.49
%37.58

CMYK Percentages of Color #ab76ae

%2
%32
%0
%32

Triadic Colors of #ab76ae

#ab76ae #aeab76 #76aeab

Analogous Colors of #ab76ae

#ab76ae #ae7695 #8f76ae

Monochromatic Colors of #ab76ae

#ab76ae

Complementary Color

#ab76ae #79ae76

#ab76ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab76ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab76ae Color CSS Codes

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

#ab76ae Text Font Color

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

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


#ab76ae Background Color

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

This div background color is #ab76ae


#ab76ae Border Color

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

This div border color is #ab76ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab76ae


Comments

No comments written yet.

Please login to write comment.