Color Hex Logo

#ab7aae Color Hex

#AB7AAE
(171,122,174)
0 Favorites   0 Comments

Color spaces of #ab7aae

RGB 171122174
HSL0.820.240.58
HSV297°30°68°
CMYK 0.020.300.00   0.32
XYZ31.394125.633043.3374
Yxy25.63300.31280.2554
Hunter Lab50.629022.0836-15.3107
CIE-Lab57.687028.0095-20.0708

#ab7aae color RGB value is (171,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111010 10101110
Octal 253 172 256
Decimal 171 122 174
Hex AB 7A AE

RGB Percentages of Color #ab7aae

%36.62
%26.12
%37.26

CMYK Percentages of Color #ab7aae

%2
%30
%0
%32

Triadic Colors of #ab7aae

#ab7aae #aeab7a #7aaeab

Analogous Colors of #ab7aae

#ab7aae #ae7a97 #917aae

Monochromatic Colors of #ab7aae

#ab7aae

Complementary Color

#ab7aae #7dae7a

#ab7aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7aae Color CSS Codes

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

#ab7aae Text Font Color

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

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


#ab7aae Background Color

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

This div background color is #ab7aae


#ab7aae Border Color

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

This div border color is #ab7aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7aae


Comments

No comments written yet.

Please login to write comment.