Color Hex Logo

#ab506b Color Hex

#AB506B
(171,80,107)
0 Favorites   0 Comments

Color spaces of #ab506b

RGB 17180107
HSL0.950.360.49
HSV342°53°67°
CMYK 0.000.530.37   0.33
XYZ22.317115.456815.7171
Yxy15.45680.41720.2890
Hunter Lab39.315132.52343.8181
CIE-Lab46.253640.12852.4196

#ab506b color RGB value is (171,80,107).

#ab506b hex color red value is 171, green value is 80 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ab506b hue: 0.95 , saturation: 0.36 and the lightness value of ab506b is 0.49.

The process color (four color CMYK) of #ab506b color hex is 0.00, 0.53, 0.37, 0.33. Web safe color of #ab506b is #996666. Color #ab506b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 01101011
Octal 253 120 153
Decimal 171 80 107
Hex AB 50 6B

RGB Percentages of Color #ab506b

%47.77
%22.35
%29.89

CMYK Percentages of Color #ab506b

%0
%53
%37
%33

Triadic Colors of #ab506b

#ab506b #6bab50 #506bab

Analogous Colors of #ab506b

#ab506b #ab6350 #ab5099

Monochromatic Colors of #ab506b

#ab506b

Complementary Color

#ab506b #50ab90

#ab506b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab506b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab506b Color CSS Codes

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

#ab506b Text Font Color

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

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


#ab506b Background Color

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

This div background color is #ab506b


#ab506b Border Color

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

This div border color is #ab506b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,80,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 #ab506b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab506b


Comments

No comments written yet.

Please login to write comment.