Color Hex Logo

#ab95ae Color Hex

#AB95AE
(171,149,174)
0 Favorites   0 Comments

Color spaces of #ab95ae

RGB 171149174
HSL0.810.130.63
HSV293°14°68°
CMYK 0.020.140.00   0.32
XYZ35.182033.208844.6000
Yxy33.20880.31140.2939
Hunter Lab57.62718.1289-5.5481
CIE-Lab64.329612.7541-10.0332

#ab95ae color RGB value is (171,149,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 10101110
Octal 253 225 256
Decimal 171 149 174
Hex AB 95 AE

RGB Percentages of Color #ab95ae

%34.62
%30.16
%35.22

CMYK Percentages of Color #ab95ae

%2
%14
%0
%32

Triadic Colors of #ab95ae

#ab95ae #aeab95 #95aeab

Analogous Colors of #ab95ae

#ab95ae #ae95a5 #9f95ae

Monochromatic Colors of #ab95ae

#ab95ae

Complementary Color

#ab95ae #98ae95

#ab95ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab95ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab95ae Color CSS Codes

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

#ab95ae Text Font Color

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

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


#ab95ae Background Color

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

This div background color is #ab95ae


#ab95ae Border Color

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

This div border color is #ab95ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab95ae


Comments

No comments written yet.

Please login to write comment.