Color Hex Logo

#ab506a Color Hex

#AB506A
(171,80,106)
0 Favorites   0 Comments

Color spaces of #ab506a

RGB 17180106
HSL0.950.360.49
HSV343°53°67°
CMYK 0.000.530.38   0.33
XYZ22.264815.435915.4416
Yxy15.43590.41900.2905
Hunter Lab39.288532.40094.1992
CIE-Lab46.225540.00842.9879

#ab506a color RGB value is (171,80,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 01101010
Octal 253 120 152
Decimal 171 80 106
Hex AB 50 6A

RGB Percentages of Color #ab506a

%47.90
%22.41
%29.69

CMYK Percentages of Color #ab506a

%0
%53
%38
%33

Triadic Colors of #ab506a

#ab506a #6aab50 #506aab

Analogous Colors of #ab506a

#ab506a #ab6450 #ab5098

Monochromatic Colors of #ab506a

#ab506a

Complementary Color

#ab506a #50ab91

#ab506a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab506a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab506a Color CSS Codes

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

#ab506a Text Font Color

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

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


#ab506a Background Color

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

This div background color is #ab506a


#ab506a Border Color

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

This div border color is #ab506a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab506a


Comments

No comments written yet.

Please login to write comment.