Color Hex Logo

#ab009d Color Hex

#AB009D
(171,0,157)
0 Favorites   0 Comments

Color spaces of #ab009d

RGB 1710157
HSL0.851.000.34
HSV305°100°67°
CMYK 0.001.000.08   0.33
XYZ22.880411.092232.8334
Yxy11.09220.34250.1660
Hunter Lab33.305064.3453-35.1371
CIE-Lab39.735370.7983-38.0210

#ab009d color RGB value is (171,0,157).

#ab009d hex color red value is 171, green value is 0 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ab009d hue: 0.85 , saturation: 1.00 and the lightness value of ab009d is 0.34.

The process color (four color CMYK) of #ab009d color hex is 0.00, 1.00, 0.08, 0.33. Web safe color of #ab009d is #990099. Color #ab009d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000000 10011101
Octal 253 0 235
Decimal 171 0 157
Hex AB 0 9D

RGB Percentages of Color #ab009d

%52.13
%0.00
%47.87

CMYK Percentages of Color #ab009d

%0
%100
%8
%33

Triadic Colors of #ab009d

#ab009d #9dab00 #009dab

Analogous Colors of #ab009d

#ab009d #ab0048 #6300ab

Monochromatic Colors of #ab009d

#ab009d

Complementary Color

#ab009d #00ab0e

#ab009d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab009d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab009d Color CSS Codes

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

#ab009d Text Font Color

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

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


#ab009d Background Color

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

This div background color is #ab009d


#ab009d Border Color

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

This div border color is #ab009d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab009d


Comments

No comments written yet.

Please login to write comment.