Color Hex Logo

#ab502d Color Hex

#AB502D
(171,80,45)
0 Favorites   0 Comments

Color spaces of #ab502d

RGB 1718045
HSL0.050.580.42
HSV17°74°67°
CMYK 0.000.530.74   0.33
XYZ20.136914.58474.2364
Yxy14.58470.51690.3744
Hunter Lab38.189927.287720.1559
CIE-Lab45.060134.882337.5052

#ab502d color RGB value is (171,80,45).

#ab502d hex color red value is 171, green value is 80 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ab502d hue: 0.05 , saturation: 0.58 and the lightness value of ab502d is 0.42.

The process color (four color CMYK) of #ab502d color hex is 0.00, 0.53, 0.74, 0.33. Web safe color of #ab502d is #996633. Color #ab502d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 00101101
Octal 253 120 55
Decimal 171 80 45
Hex AB 50 2D

RGB Percentages of Color #ab502d

%57.77
%27.03
%15.20

CMYK Percentages of Color #ab502d

%0
%53
%74
%33

Triadic Colors of #ab502d

#ab502d #2dab50 #502dab

Analogous Colors of #ab502d

#ab502d #ab8f2d #ab2d49

Monochromatic Colors of #ab502d

#ab502d

Complementary Color

#ab502d #2d88ab

#ab502d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab502d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab502d Color CSS Codes

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

#ab502d Text Font Color

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

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


#ab502d Background Color

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

This div background color is #ab502d


#ab502d Border Color

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

This div border color is #ab502d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab502d


Comments

No comments written yet.

Please login to write comment.