Color Hex Logo

#ab5893 Color Hex

#AB5893
(171,88,147)
0 Favorites   0 Comments

Color spaces of #ab5893

RGB 17188147
HSL0.880.330.51
HSV317°49°67°
CMYK 0.000.490.14   0.33
XYZ25.550817.744029.6820
Yxy17.74400.35010.2431
Hunter Lab42.123634.5559-12.2916
CIE-Lab49.184141.7288-17.2940

#ab5893 color RGB value is (171,88,147).

#ab5893 hex color red value is 171, green value is 88 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ab5893 hue: 0.88 , saturation: 0.33 and the lightness value of ab5893 is 0.51.

The process color (four color CMYK) of #ab5893 color hex is 0.00, 0.49, 0.14, 0.33. Web safe color of #ab5893 is #996699. Color #ab5893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 10010011
Octal 253 130 223
Decimal 171 88 147
Hex AB 58 93

RGB Percentages of Color #ab5893

%42.12
%21.67
%36.21

CMYK Percentages of Color #ab5893

%0
%49
%14
%33

Triadic Colors of #ab5893

#ab5893 #93ab58 #5893ab

Analogous Colors of #ab5893

#ab5893 #ab586a #9a58ab

Monochromatic Colors of #ab5893

#ab5893

Complementary Color

#ab5893 #58ab70

#ab5893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5893 Color CSS Codes

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

#ab5893 Text Font Color

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

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


#ab5893 Background Color

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

This div background color is #ab5893


#ab5893 Border Color

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

This div border color is #ab5893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5893


Comments

No comments written yet.

Please login to write comment.