Color Hex Logo

#ab93ae Color Hex

#AB93AE
(171,147,174)
0 Favorites   0 Comments

Color spaces of #ab93ae

RGB 171147174
HSL0.810.140.63
HSV293°16°68°
CMYK 0.020.160.00   0.32
XYZ34.868332.581444.4955
Yxy32.58140.31150.2910
Hunter Lab57.08019.1494-6.2621
CIE-Lab63.820513.8782-10.7948

#ab93ae color RGB value is (171,147,174).

#ab93ae hex color red value is 171, green value is 147 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab93ae hue: 0.81 , saturation: 0.14 and the lightness value of ab93ae is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 10101110
Octal 253 223 256
Decimal 171 147 174
Hex AB 93 AE

RGB Percentages of Color #ab93ae

%34.76
%29.88
%35.37

CMYK Percentages of Color #ab93ae

%2
%16
%0
%32

Triadic Colors of #ab93ae

#ab93ae #aeab93 #93aeab

Analogous Colors of #ab93ae

#ab93ae #ae93a4 #9e93ae

Monochromatic Colors of #ab93ae

#ab93ae

Complementary Color

#ab93ae #96ae93

#ab93ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab93ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab93ae Color CSS Codes

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

#ab93ae Text Font Color

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

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


#ab93ae Background Color

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

This div background color is #ab93ae


#ab93ae Border Color

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

This div border color is #ab93ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab93ae


Comments

No comments written yet.

Please login to write comment.