Color Hex Logo

#ab76bf Color Hex

#AB76BF
(171,118,191)
0 Favorites   0 Comments

Color spaces of #ab76bf

RGB 171118191
HSL0.790.360.61
HSV284°38°75°
CMYK 0.100.380.00   0.25
XYZ32.677025.376452.4661
Yxy25.37640.29570.2296
Hunter Lab50.375027.6323-26.4887
CIE-Lab57.440333.7182-30.1752

#ab76bf color RGB value is (171,118,191).

#ab76bf hex color red value is 171, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab76bf hue: 0.79 , saturation: 0.36 and the lightness value of ab76bf is 0.61.

The process color (four color CMYK) of #ab76bf color hex is 0.10, 0.38, 0.00, 0.25. Web safe color of #ab76bf is #9966cc. Color #ab76bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 10111111
Octal 253 166 277
Decimal 171 118 191
Hex AB 76 BF

RGB Percentages of Color #ab76bf

%35.63
%24.58
%39.79

CMYK Percentages of Color #ab76bf

%10
%38
%0
%25

Triadic Colors of #ab76bf

#ab76bf #bfab76 #76bfab

Analogous Colors of #ab76bf

#ab76bf #bf76af #8776bf

Monochromatic Colors of #ab76bf

#ab76bf

Complementary Color

#ab76bf #8abf76

#ab76bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab76bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab76bf Color CSS Codes

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

#ab76bf Text Font Color

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

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


#ab76bf Background Color

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

This div background color is #ab76bf


#ab76bf Border Color

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

This div border color is #ab76bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab76bf


Comments

No comments written yet.

Please login to write comment.