Color Hex Logo

#ab476b Color Hex

#AB476B
(171,71,107)
0 Favorites   0 Comments

Color spaces of #ab476b

RGB 17171107
HSL0.940.410.47
HSV338°58°67°
CMYK 0.000.580.37   0.33
XYZ21.701714.225915.5120
Yxy14.22590.42190.2766
Hunter Lab37.717236.70002.0178
CIE-Lab44.555244.5876-0.0503

#ab476b color RGB value is (171,71,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 01101011
Octal 253 107 153
Decimal 171 71 107
Hex AB 47 6B

RGB Percentages of Color #ab476b

%49.00
%20.34
%30.66

CMYK Percentages of Color #ab476b

%0
%58
%37
%33

Triadic Colors of #ab476b

#ab476b #6bab47 #476bab

Analogous Colors of #ab476b

#ab476b #ab5547 #ab479d

Monochromatic Colors of #ab476b

#ab476b

Complementary Color

#ab476b #47ab87

#ab476b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab476b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab476b Color CSS Codes

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

#ab476b Text Font Color

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

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


#ab476b Background Color

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

This div background color is #ab476b


#ab476b Border Color

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

This div border color is #ab476b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab476b


Comments

No comments written yet.

Please login to write comment.