Color Hex Logo

#ab77ae Color Hex

#AB77AE
(171,119,174)
0 Favorites   0 Comments

Color spaces of #ab77ae

RGB 171119174
HSL0.820.250.57
HSV297°32°68°
CMYK 0.020.320.00   0.32
XYZ31.031424.907643.2165
Yxy24.90760.31300.2512
Hunter Lab49.907523.6492-16.4058
CIE-Lab56.985329.6982-21.1438

#ab77ae color RGB value is (171,119,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 10101110
Octal 253 167 256
Decimal 171 119 174
Hex AB 77 AE

RGB Percentages of Color #ab77ae

%36.85
%25.65
%37.50

CMYK Percentages of Color #ab77ae

%2
%32
%0
%32

Triadic Colors of #ab77ae

#ab77ae #aeab77 #77aeab

Analogous Colors of #ab77ae

#ab77ae #ae7796 #9077ae

Monochromatic Colors of #ab77ae

#ab77ae

Complementary Color

#ab77ae #7aae77

#ab77ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab77ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab77ae Color CSS Codes

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

#ab77ae Text Font Color

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

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


#ab77ae Background Color

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

This div background color is #ab77ae


#ab77ae Border Color

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

This div border color is #ab77ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,119,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 #ab77ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab77ae


Comments

No comments written yet.

Please login to write comment.