Color Hex Logo

#ab048b Color Hex

#AB048B
(171,4,139)
0 Favorites   0 Comments

Color spaces of #ab048b

RGB 1714139
HSL0.870.950.34
HSV311°98°67°
CMYK 0.000.980.19   0.33
XYZ21.498210.608825.3407
Yxy10.60880.37420.1847
Hunter Lab32.571260.8173-23.3284
CIE-Lab38.913667.9464-28.3434

#ab048b color RGB value is (171,4,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000100 10001011
Octal 253 4 213
Decimal 171 4 139
Hex AB 4 8B

RGB Percentages of Color #ab048b

%54.46
%1.27
%44.27

CMYK Percentages of Color #ab048b

%0
%98
%19
%33

Triadic Colors of #ab048b

#ab048b #8bab04 #048bab

Analogous Colors of #ab048b

#ab048b #ab0438 #7804ab

Monochromatic Colors of #ab048b

#ab048b

Complementary Color

#ab048b #04ab24

#ab048b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab048b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab048b Color CSS Codes

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

#ab048b Text Font Color

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

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


#ab048b Background Color

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

This div background color is #ab048b


#ab048b Border Color

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

This div border color is #ab048b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab048b


Comments

No comments written yet.

Please login to write comment.