Color Hex Logo

#ab6050 Color Hex

#AB6050
(171,96,80)
0 Favorites   0 Comments

Color spaces of #ab6050

RGB 1719680
HSL0.030.360.49
HSV11°53°67°
CMYK 0.000.440.53   0.33
XYZ22.425417.60299.8052
Yxy17.60290.45000.3532
Hunter Lab41.955821.985715.5128
CIE-Lab49.010928.741922.4422

#ab6050 color RGB value is (171,96,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 01010000
Octal 253 140 120
Decimal 171 96 80
Hex AB 60 50

RGB Percentages of Color #ab6050

%49.28
%27.67
%23.05

CMYK Percentages of Color #ab6050

%0
%44
%53
%33

Triadic Colors of #ab6050

#ab6050 #50ab60 #6050ab

Analogous Colors of #ab6050

#ab6050 #ab8e50 #ab506e

Monochromatic Colors of #ab6050

#ab6050

Complementary Color

#ab6050 #509bab

#ab6050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6050 Color CSS Codes

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

#ab6050 Text Font Color

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

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


#ab6050 Background Color

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

This div background color is #ab6050


#ab6050 Border Color

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

This div border color is #ab6050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6050


Comments

No comments written yet.

Please login to write comment.