Color Hex Logo

#ab0e88 Color Hex

#AB0E88
(171,14,136)
0 Favorites   0 Comments

Color spaces of #ab0e88

RGB 17114136
HSL0.870.850.36
HSV313°92°67°
CMYK 0.000.920.20   0.33
XYZ21.395610.749624.2398
Yxy10.74960.37950.1906
Hunter Lab32.786659.1076-20.8837
CIE-Lab39.155566.4184-26.1184

#ab0e88 color RGB value is (171,14,136).

#ab0e88 hex color red value is 171, green value is 14 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ab0e88 hue: 0.87 , saturation: 0.85 and the lightness value of ab0e88 is 0.36.

The process color (four color CMYK) of #ab0e88 color hex is 0.00, 0.92, 0.20, 0.33. Web safe color of #ab0e88 is #990099. Color #ab0e88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001110 10001000
Octal 253 16 210
Decimal 171 14 136
Hex AB E 88

RGB Percentages of Color #ab0e88

%53.27
%4.36
%42.37

CMYK Percentages of Color #ab0e88

%0
%92
%20
%33

Triadic Colors of #ab0e88

#ab0e88 #88ab0e #0e88ab

Analogous Colors of #ab0e88

#ab0e88 #ab0e39 #800eab

Monochromatic Colors of #ab0e88

#ab0e88

Complementary Color

#ab0e88 #0eab31

#ab0e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0e88 Color CSS Codes

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

#ab0e88 Text Font Color

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

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


#ab0e88 Background Color

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

This div background color is #ab0e88


#ab0e88 Border Color

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

This div border color is #ab0e88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0e88


Comments

No comments written yet.

Please login to write comment.