Color Hex Logo

#ab91ba Color Hex

#AB91BA
(171,145,186)
0 Favorites   0 Comments

Color spaces of #ab91ba

RGB 171145186
HSL0.770.230.65
HSV278°22°73°
CMYK 0.080.220.00   0.27
XYZ35.782932.453950.8326
Yxy32.45390.30050.2726
Hunter Lab56.968312.4247-13.0264
CIE-Lab63.716317.4302-17.7102

#ab91ba color RGB value is (171,145,186).

#ab91ba hex color red value is 171, green value is 145 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab91ba hue: 0.77 , saturation: 0.23 and the lightness value of ab91ba is 0.65.

The process color (four color CMYK) of #ab91ba color hex is 0.08, 0.22, 0.00, 0.27. Web safe color of #ab91ba is #9999cc. Color #ab91ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 10111010
Octal 253 221 272
Decimal 171 145 186
Hex AB 91 BA

RGB Percentages of Color #ab91ba

%34.06
%28.88
%37.05

CMYK Percentages of Color #ab91ba

%8
%22
%0
%27

Triadic Colors of #ab91ba

#ab91ba #baab91 #91baab

Analogous Colors of #ab91ba

#ab91ba #ba91b5 #9791ba

Monochromatic Colors of #ab91ba

#ab91ba

Complementary Color

#ab91ba #a0ba91

#ab91ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab91ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab91ba Color CSS Codes

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

#ab91ba Text Font Color

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

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


#ab91ba Background Color

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

This div background color is #ab91ba


#ab91ba Border Color

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

This div border color is #ab91ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab91ba


Comments

No comments written yet.

Please login to write comment.