Color Hex Logo

#ab227c Color Hex

#AB227C
(171,34,124)
0 Favorites   0 Comments

Color spaces of #ab227c

RGB 17134124
HSL0.890.670.40
HSV321°80°67°
CMYK 0.000.800.27   0.33
XYZ21.004711.257220.1346
Yxy11.25720.40090.2148
Hunter Lab33.551853.0324-12.0940
CIE-Lab40.010360.8701-17.3743

#ab227c color RGB value is (171,34,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 01111100
Octal 253 42 174
Decimal 171 34 124
Hex AB 22 7C

RGB Percentages of Color #ab227c

%51.98
%10.33
%37.69

CMYK Percentages of Color #ab227c

%0
%80
%27
%33

Triadic Colors of #ab227c

#ab227c #7cab22 #227cab

Analogous Colors of #ab227c

#ab227c #ab2238 #9622ab

Monochromatic Colors of #ab227c

#ab227c

Complementary Color

#ab227c #22ab51

#ab227c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab227c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab227c Color CSS Codes

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

#ab227c Text Font Color

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

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


#ab227c Background Color

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

This div background color is #ab227c


#ab227c Border Color

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

This div border color is #ab227c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab227c


Comments

No comments written yet.

Please login to write comment.