Color Hex Logo

#ab105b Color Hex

#AB105B
(171,16,91)
0 Favorites   0 Comments

Color spaces of #ab105b

RGB 1711691
HSL0.920.830.37
HSV331°91°67°
CMYK 0.000.910.47   0.33
XYZ18.86829.783810.7915
Yxy9.78380.47840.2480
Hunter Lab31.279152.93661.4399
CIE-Lab37.451661.2813-0.3980

#ab105b color RGB value is (171,16,91).

#ab105b hex color red value is 171, green value is 16 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab105b hue: 0.92 , saturation: 0.83 and the lightness value of ab105b is 0.37.

The process color (four color CMYK) of #ab105b color hex is 0.00, 0.91, 0.47, 0.33. Web safe color of #ab105b is #990066. Color #ab105b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 01011011
Octal 253 20 133
Decimal 171 16 91
Hex AB 10 5B

RGB Percentages of Color #ab105b

%61.51
%5.76
%32.73

CMYK Percentages of Color #ab105b

%0
%91
%47
%33

Triadic Colors of #ab105b

#ab105b #5bab10 #105bab

Analogous Colors of #ab105b

#ab105b #ab1210 #ab10a9

Monochromatic Colors of #ab105b

#ab105b

Complementary Color

#ab105b #10ab60

#ab105b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab105b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab105b Color CSS Codes

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

#ab105b Text Font Color

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

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


#ab105b Background Color

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

This div background color is #ab105b


#ab105b Border Color

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

This div border color is #ab105b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab105b


Comments

No comments written yet.

Please login to write comment.