Color Hex Logo

#ab045e Color Hex

#AB045E
(171,4,94)
0 Favorites   0 Comments

Color spaces of #ab045e

RGB 171494
HSL0.910.950.34
HSV328°98°67°
CMYK 0.000.980.45   0.33
XYZ18.85849.552911.4396
Yxy9.55290.47320.2397
Hunter Lab30.907854.8233-0.3090
CIE-Lab37.027763.0577-2.9457

#ab045e color RGB value is (171,4,94).

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

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

Base Numbers

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

RGB Percentages of Color #ab045e

%63.57
%1.49
%34.94

CMYK Percentages of Color #ab045e

%0
%98
%45
%33

Triadic Colors of #ab045e

#ab045e #5eab04 #045eab

Analogous Colors of #ab045e

#ab045e #ab040b #a504ab

Monochromatic Colors of #ab045e

#ab045e

Complementary Color

#ab045e #04ab51

#ab045e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab045e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab045e Color CSS Codes

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

#ab045e Text Font Color

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

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


#ab045e Background Color

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

This div background color is #ab045e


#ab045e Border Color

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

This div border color is #ab045e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,4,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 #ab045e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab045e


Comments

No comments written yet.

Please login to write comment.