Color Hex Logo

#ab204f Color Hex

#AB204F
(171,32,79)
0 Favorites   0 Comments

Color spaces of #ab204f

RGB 1713279
HSL0.940.680.40
HSV340°81°67°
CMYK 0.000.810.54   0.33
XYZ18.722410.25558.3899
Yxy10.25550.50100.2744
Hunter Lab32.024248.31466.8838
CIE-Lab38.297156.88348.5094

#ab204f color RGB value is (171,32,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 01001111
Octal 253 40 117
Decimal 171 32 79
Hex AB 20 4F

RGB Percentages of Color #ab204f

%60.64
%11.35
%28.01

CMYK Percentages of Color #ab204f

%0
%81
%54
%33

Triadic Colors of #ab204f

#ab204f #4fab20 #204fab

Analogous Colors of #ab204f

#ab204f #ab3620 #ab2095

Monochromatic Colors of #ab204f

#ab204f

Complementary Color

#ab204f #20ab7c

#ab204f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab204f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab204f Color CSS Codes

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

#ab204f Text Font Color

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

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


#ab204f Background Color

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

This div background color is #ab204f


#ab204f Border Color

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

This div border color is #ab204f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab204f


Comments

No comments written yet.

Please login to write comment.