Color Hex Logo

#ab1bac Color Hex

#AB1BAC
(171,27,172)
0 Favorites   0 Comments

Color spaces of #ab1bac

RGB 17127172
HSL0.830.730.39
HSV300°84°67°
CMYK 0.010.840.00   0.33
XYZ24.632912.420440.1288
Yxy12.42040.31920.1609
Hunter Lab35.242663.0885-42.8405
CIE-Lab41.876669.3152-43.6060

#ab1bac color RGB value is (171,27,172).

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

The process color (four color CMYK) of #ab1bac color hex is 0.01, 0.84, 0.00, 0.33. Web safe color of #ab1bac is #993399. Color #ab1bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011011 10101100
Octal 253 33 254
Decimal 171 27 172
Hex AB 1B AC

RGB Percentages of Color #ab1bac

%46.22
%7.30
%46.49

CMYK Percentages of Color #ab1bac

%1
%84
%0
%33

Triadic Colors of #ab1bac

#ab1bac #acab1b #1bacab

Analogous Colors of #ab1bac

#ab1bac #ac1b65 #631bac

Monochromatic Colors of #ab1bac

#ab1bac

Complementary Color

#ab1bac #1cac1b

#ab1bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1bac Color CSS Codes

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

#ab1bac Text Font Color

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

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


#ab1bac Background Color

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

This div background color is #ab1bac


#ab1bac Border Color

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

This div border color is #ab1bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1bac


Comments

No comments written yet.

Please login to write comment.