Color Hex Logo

#ab454b Color Hex

#AB454B
(171,69,75)
0 Favorites   0 Comments

Color spaces of #ab454b

RGB 1716975
HSL0.990.430.47
HSV356°60°67°
CMYK 0.000.600.56   0.33
XYZ20.192713.42228.1831
Yxy13.42220.48310.3211
Hunter Lab36.636334.269612.4024
CIE-Lab43.392642.344517.9998

#ab454b color RGB value is (171,69,75).

#ab454b hex color red value is 171, green value is 69 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ab454b hue: 0.99 , saturation: 0.43 and the lightness value of ab454b is 0.47.

The process color (four color CMYK) of #ab454b color hex is 0.00, 0.60, 0.56, 0.33. Web safe color of #ab454b is #993333. Color #ab454b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 01001011
Octal 253 105 113
Decimal 171 69 75
Hex AB 45 4B

RGB Percentages of Color #ab454b

%54.29
%21.90
%23.81

CMYK Percentages of Color #ab454b

%0
%60
%56
%33

Triadic Colors of #ab454b

#ab454b #4bab45 #454bab

Analogous Colors of #ab454b

#ab454b #ab7245 #ab457e

Monochromatic Colors of #ab454b

#ab454b

Complementary Color

#ab454b #45aba5

#ab454b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab454b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab454b Color CSS Codes

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

#ab454b Text Font Color

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

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


#ab454b Background Color

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

This div background color is #ab454b


#ab454b Border Color

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

This div border color is #ab454b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab454b


Comments

No comments written yet.

Please login to write comment.