Color Hex Logo

#ab475e Color Hex

#AB475E
(171,71,94)
0 Favorites   0 Comments

Color spaces of #ab475e

RGB 1717194
HSL0.960.410.47
HSV346°58°67°
CMYK 0.000.580.45   0.33
XYZ21.068213.972612.1762
Yxy13.97260.44620.2959
Hunter Lab37.379935.19186.8527
CIE-Lab44.193643.14307.4257

#ab475e color RGB value is (171,71,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 01011110
Octal 253 107 136
Decimal 171 71 94
Hex AB 47 5E

RGB Percentages of Color #ab475e

%50.89
%21.13
%27.98

CMYK Percentages of Color #ab475e

%0
%58
%45
%33

Triadic Colors of #ab475e

#ab475e #5eab47 #475eab

Analogous Colors of #ab475e

#ab475e #ab6247 #ab4790

Monochromatic Colors of #ab475e

#ab475e

Complementary Color

#ab475e #47ab94

#ab475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab475e Color CSS Codes

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

#ab475e Text Font Color

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

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


#ab475e Background Color

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

This div background color is #ab475e


#ab475e Border Color

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

This div border color is #ab475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab475e


Comments

No comments written yet.

Please login to write comment.