Color Hex Logo

#ab054f Color Hex

#AB054F
(171,5,79)
1 Favorites   0 Comments

Color spaces of #ab054f

RGB 171579
HSL0.930.940.35
HSV333°97°67°
CMYK 0.000.970.54   0.33
XYZ18.26019.33108.2358
Yxy9.33100.50970.2604
Hunter Lab30.546753.24655.3973
CIE-Lab36.613961.72416.1315

#ab054f color RGB value is (171,5,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 01001111
Octal 253 5 117
Decimal 171 5 79
Hex AB 5 4F

RGB Percentages of Color #ab054f

%67.06
%1.96
%30.98

CMYK Percentages of Color #ab054f

%0
%97
%54
%33

Triadic Colors of #ab054f

#ab054f #4fab05 #054fab

Analogous Colors of #ab054f

#ab054f #ab0e05 #ab05a2

Monochromatic Colors of #ab054f

#ab054f

Complementary Color

#ab054f #05ab61

#ab054f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab054f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab054f Color CSS Codes

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

#ab054f Text Font Color

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

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


#ab054f Background Color

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

This div background color is #ab054f


#ab054f Border Color

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

This div border color is #ab054f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab054f


Comments

No comments written yet.

Please login to write comment.