Color Hex Logo

#ab108d Color Hex

#AB108D
(171,16,141)
0 Favorites   0 Comments

Color spaces of #ab108d

RGB 17116141
HSL0.870.830.37
HSV312°91°67°
CMYK 0.000.910.18   0.33
XYZ21.787610.951626.1648
Yxy10.95160.36990.1859
Hunter Lab33.093259.6061-23.7118
CIE-Lab39.498866.7848-28.6538

#ab108d color RGB value is (171,16,141).

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

The process color (four color CMYK) of #ab108d color hex is 0.00, 0.91, 0.18, 0.33. Web safe color of #ab108d is #990099. Color #ab108d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 10001101
Octal 253 20 215
Decimal 171 16 141
Hex AB 10 8D

RGB Percentages of Color #ab108d

%52.13
%4.88
%42.99

CMYK Percentages of Color #ab108d

%0
%91
%18
%33

Triadic Colors of #ab108d

#ab108d #8dab10 #108dab

Analogous Colors of #ab108d

#ab108d #ab103f #7c10ab

Monochromatic Colors of #ab108d

#ab108d

Complementary Color

#ab108d #10ab2e

#ab108d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab108d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab108d Color CSS Codes

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

#ab108d Text Font Color

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

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


#ab108d Background Color

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

This div background color is #ab108d


#ab108d Border Color

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

This div border color is #ab108d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab108d


Comments

No comments written yet.

Please login to write comment.