Color Hex Logo

#ab217d Color Hex

#AB217D
(171,33,125)
0 Favorites   0 Comments

Color spaces of #ab217d

RGB 17133125
HSL0.890.680.40
HSV320°81°67°
CMYK 0.000.810.27   0.33
XYZ21.040111.226320.4600
Yxy11.22630.39900.2129
Hunter Lab33.505753.4553-12.7510
CIE-Lab39.959061.2609-18.0733

#ab217d color RGB value is (171,33,125).

#ab217d hex color red value is 171, green value is 33 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ab217d hue: 0.89 , saturation: 0.68 and the lightness value of ab217d is 0.40.

The process color (four color CMYK) of #ab217d color hex is 0.00, 0.81, 0.27, 0.33. Web safe color of #ab217d is #993366. Color #ab217d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 01111101
Octal 253 41 175
Decimal 171 33 125
Hex AB 21 7D

RGB Percentages of Color #ab217d

%51.98
%10.03
%37.99

CMYK Percentages of Color #ab217d

%0
%81
%27
%33

Triadic Colors of #ab217d

#ab217d #7dab21 #217dab

Analogous Colors of #ab217d

#ab217d #ab2138 #9421ab

Monochromatic Colors of #ab217d

#ab217d

Complementary Color

#ab217d #21ab4f

#ab217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab217d Color CSS Codes

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

#ab217d Text Font Color

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

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


#ab217d Background Color

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

This div background color is #ab217d


#ab217d Border Color

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

This div border color is #ab217d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab217d


Comments

No comments written yet.

Please login to write comment.