Color Hex Logo

#ab0eab Color Hex

#AB0EAB
(171,14,171)
0 Favorites   0 Comments

Color spaces of #ab0eab

RGB 17114171
HSL0.830.850.36
HSV300°92°67°
CMYK 0.000.920.00   0.33
XYZ24.302311.912339.5465
Yxy11.91230.32080.1572
Hunter Lab34.514265.2864-43.7748
CIE-Lab41.076471.3319-44.2887

#ab0eab color RGB value is (171,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001110 10101011
Octal 253 16 253
Decimal 171 14 171
Hex AB E AB

RGB Percentages of Color #ab0eab

%48.03
%3.93
%48.03

CMYK Percentages of Color #ab0eab

%0
%92
%0
%33

Triadic Colors of #ab0eab

#ab0eab #abab0e #0eabab

Analogous Colors of #ab0eab

#ab0eab #ab0e5d #5c0eab

Monochromatic Colors of #ab0eab

#ab0eab

Complementary Color

#ab0eab #0eab0e

#ab0eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0eab Color CSS Codes

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

#ab0eab Text Font Color

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

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


#ab0eab Background Color

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

This div background color is #ab0eab


#ab0eab Border Color

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

This div border color is #ab0eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0eab


Comments

No comments written yet.

Please login to write comment.