Color Hex Logo

#ab476d Color Hex

#AB476D
(171,71,109)
0 Favorites   0 Comments

Color spaces of #ab476d

RGB 17171109
HSL0.940.410.47
HSV337°58°67°
CMYK 0.000.580.36   0.33
XYZ21.808114.268516.0727
Yxy14.26850.41820.2736
Hunter Lab37.773736.95061.2137
CIE-Lab44.615644.8259-1.1899

#ab476d color RGB value is (171,71,109).

#ab476d hex color red value is 171, green value is 71 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ab476d hue: 0.94 , saturation: 0.41 and the lightness value of ab476d is 0.47.

The process color (four color CMYK) of #ab476d color hex is 0.00, 0.58, 0.36, 0.33. Web safe color of #ab476d is #993366. Color #ab476d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 01101101
Octal 253 107 155
Decimal 171 71 109
Hex AB 47 6D

RGB Percentages of Color #ab476d

%48.72
%20.23
%31.05

CMYK Percentages of Color #ab476d

%0
%58
%36
%33

Triadic Colors of #ab476d

#ab476d #6dab47 #476dab

Analogous Colors of #ab476d

#ab476d #ab5347 #ab479f

Monochromatic Colors of #ab476d

#ab476d

Complementary Color

#ab476d #47ab85

#ab476d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab476d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab476d Color CSS Codes

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

#ab476d Text Font Color

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

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


#ab476d Background Color

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

This div background color is #ab476d


#ab476d Border Color

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

This div border color is #ab476d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab476d


Comments

No comments written yet.

Please login to write comment.