Color Hex Logo

#ab055d Color Hex

#AB055D
(171,5,93)
0 Favorites   0 Comments

Color spaces of #ab055d

RGB 171593
HSL0.910.940.35
HSV328°97°67°
CMYK 0.000.970.46   0.33
XYZ18.82469.556811.2084
Yxy9.55680.47550.2414
Hunter Lab30.914154.59490.1433
CIE-Lab37.034962.8522-2.2931

#ab055d color RGB value is (171,5,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 01011101
Octal 253 5 135
Decimal 171 5 93
Hex AB 5 5D

RGB Percentages of Color #ab055d

%63.57
%1.86
%34.57

CMYK Percentages of Color #ab055d

%0
%97
%46
%33

Triadic Colors of #ab055d

#ab055d #5dab05 #055dab

Analogous Colors of #ab055d

#ab055d #ab050a #a605ab

Monochromatic Colors of #ab055d

#ab055d

Complementary Color

#ab055d #05ab53

#ab055d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab055d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab055d Color CSS Codes

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

#ab055d Text Font Color

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

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


#ab055d Background Color

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

This div background color is #ab055d


#ab055d Border Color

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

This div border color is #ab055d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab055d


Comments

No comments written yet.

Please login to write comment.