Color Hex Logo

#ab58af Color Hex

#AB58AF
(171,88,175)
0 Favorites   0 Comments

Color spaces of #ab58af

RGB 17188175
HSL0.830.350.52
HSV297°50°69°
CMYK 0.020.500.00   0.31
XYZ28.022218.732542.6962
Yxy18.73250.31330.2094
Hunter Lab43.281139.8275-28.1921
CIE-Lab50.372846.6911-31.9525

#ab58af color RGB value is (171,88,175).

#ab58af hex color red value is 171, green value is 88 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab58af hue: 0.83 , saturation: 0.35 and the lightness value of ab58af is 0.52.

The process color (four color CMYK) of #ab58af color hex is 0.02, 0.50, 0.00, 0.31. Web safe color of #ab58af is #996699. Color #ab58af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 10101111
Octal 253 130 257
Decimal 171 88 175
Hex AB 58 AF

RGB Percentages of Color #ab58af

%39.40
%20.28
%40.32

CMYK Percentages of Color #ab58af

%2
%50
%0
%31

Triadic Colors of #ab58af

#ab58af #afab58 #58afab

Analogous Colors of #ab58af

#ab58af #af5888 #8058af

Monochromatic Colors of #ab58af

#ab58af

Complementary Color

#ab58af #5caf58

#ab58af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab58af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab58af Color CSS Codes

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

#ab58af Text Font Color

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

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


#ab58af Background Color

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

This div background color is #ab58af


#ab58af Border Color

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

This div border color is #ab58af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab58af


Comments

No comments written yet.

Please login to write comment.