Color Hex Logo

#ab7bac Color Hex

#AB7BAC
(171,123,172)
0 Favorites   0 Comments

Color spaces of #ab7bac

RGB 171123172
HSL0.830.230.58
HSV299°28°67°
CMYK 0.010.280.00   0.33
XYZ31.323925.802442.3591
Yxy25.80240.31490.2594
Hunter Lab50.796121.1807-13.8850
CIE-Lab57.849027.0536-18.6761

#ab7bac color RGB value is (171,123,172).

#ab7bac hex color red value is 171, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ab7bac hue: 0.83 , saturation: 0.23 and the lightness value of ab7bac is 0.58.

The process color (four color CMYK) of #ab7bac color hex is 0.01, 0.28, 0.00, 0.33. Web safe color of #ab7bac is #996699. Color #ab7bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111011 10101100
Octal 253 173 254
Decimal 171 123 172
Hex AB 7B AC

RGB Percentages of Color #ab7bac

%36.70
%26.39
%36.91

CMYK Percentages of Color #ab7bac

%1
%28
%0
%33

Triadic Colors of #ab7bac

#ab7bac #acab7b #7bacab

Analogous Colors of #ab7bac

#ab7bac #ac7b95 #937bac

Monochromatic Colors of #ab7bac

#ab7bac

Complementary Color

#ab7bac #7cac7b

#ab7bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7bac Color CSS Codes

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

#ab7bac Text Font Color

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

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


#ab7bac Background Color

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

This div background color is #ab7bac


#ab7bac Border Color

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

This div border color is #ab7bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7bac


Comments

No comments written yet.

Please login to write comment.