Color Hex Logo

#ab57bf Color Hex

#AB57BF
(171,87,191)
0 Favorites   0 Comments

Color spaces of #ab57bf

RGB 17187191
HSL0.800.450.55
HSV288°54°75°
CMYK 0.100.540.00   0.25
XYZ29.606819.235951.4427
Yxy19.23590.29520.1918
Hunter Lab43.858843.7434-38.8412
CIE-Lab50.962150.3090-40.3184

#ab57bf color RGB value is (171,87,191).

#ab57bf hex color red value is 171, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab57bf hue: 0.80 , saturation: 0.45 and the lightness value of ab57bf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 10111111
Octal 253 127 277
Decimal 171 87 191
Hex AB 57 BF

RGB Percentages of Color #ab57bf

%38.08
%19.38
%42.54

CMYK Percentages of Color #ab57bf

%10
%54
%0
%25

Triadic Colors of #ab57bf

#ab57bf #bfab57 #57bfab

Analogous Colors of #ab57bf

#ab57bf #bf579f #7757bf

Monochromatic Colors of #ab57bf

#ab57bf

Complementary Color

#ab57bf #6bbf57

#ab57bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab57bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab57bf Color CSS Codes

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

#ab57bf Text Font Color

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

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


#ab57bf Background Color

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

This div background color is #ab57bf


#ab57bf Border Color

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

This div border color is #ab57bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab57bf


Comments

No comments written yet.

Please login to write comment.