Color Hex Logo

#ab58bf Color Hex

#AB58BF
(171,88,191)
0 Favorites   0 Comments

Color spaces of #ab58bf

RGB 17188191
HSL0.800.450.55
HSV288°54°75°
CMYK 0.100.540.00   0.25
XYZ29.688319.399051.4698
Yxy19.39900.29520.1929
Hunter Lab44.044343.2414-38.4548
CIE-Lab51.150849.8063-40.0204

#ab58bf color RGB value is (171,88,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 10111111
Octal 253 130 277
Decimal 171 88 191
Hex AB 58 BF

RGB Percentages of Color #ab58bf

%38.00
%19.56
%42.44

CMYK Percentages of Color #ab58bf

%10
%54
%0
%25

Triadic Colors of #ab58bf

#ab58bf #bfab58 #58bfab

Analogous Colors of #ab58bf

#ab58bf #bf58a0 #7858bf

Monochromatic Colors of #ab58bf

#ab58bf

Complementary Color

#ab58bf #6cbf58

#ab58bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab58bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab58bf Color CSS Codes

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

#ab58bf Text Font Color

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

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


#ab58bf Background Color

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

This div background color is #ab58bf


#ab58bf Border Color

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

This div border color is #ab58bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab58bf


Comments

No comments written yet.

Please login to write comment.