Color Hex Logo

#ab055e Color Hex

#AB055E
(171,5,94)
0 Favorites   0 Comments

Color spaces of #ab055e

RGB 171594
HSL0.910.940.35
HSV328°97°67°
CMYK 0.000.970.45   0.33
XYZ18.86929.574611.4432
Yxy9.57460.47310.2400
Hunter Lab30.942954.7008-0.2665
CIE-Lab37.067962.9404-2.8864

#ab055e color RGB value is (171,5,94).

#ab055e hex color red value is 171, green value is 5 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ab055e hue: 0.91 , saturation: 0.94 and the lightness value of ab055e is 0.35.

The process color (four color CMYK) of #ab055e color hex is 0.00, 0.97, 0.45, 0.33. Web safe color of #ab055e is #990066. Color #ab055e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 01011110
Octal 253 5 136
Decimal 171 5 94
Hex AB 5 5E

RGB Percentages of Color #ab055e

%63.33
%1.85
%34.81

CMYK Percentages of Color #ab055e

%0
%97
%45
%33

Triadic Colors of #ab055e

#ab055e #5eab05 #055eab

Analogous Colors of #ab055e

#ab055e #ab050b #a505ab

Monochromatic Colors of #ab055e

#ab055e

Complementary Color

#ab055e #05ab52

#ab055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab055e Color CSS Codes

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

#ab055e Text Font Color

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

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


#ab055e Background Color

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

This div background color is #ab055e


#ab055e Border Color

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

This div border color is #ab055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab055e


Comments

No comments written yet.

Please login to write comment.