Color Hex Logo

#ab4547 Color Hex

#AB4547
(171,69,71)
0 Favorites   0 Comments

Color spaces of #ab4547

RGB 1716971
HSL1.000.430.47
HSV359°60°67°
CMYK 0.000.600.58   0.33
XYZ20.060013.36917.4844
Yxy13.36910.49030.3268
Hunter Lab36.563833.943913.4583
CIE-Lab43.314242.027620.3385

#ab4547 color RGB value is (171,69,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 01000111
Octal 253 105 107
Decimal 171 69 71
Hex AB 45 47

RGB Percentages of Color #ab4547

%54.98
%22.19
%22.83

CMYK Percentages of Color #ab4547

%0
%60
%58
%33

Triadic Colors of #ab4547

#ab4547 #47ab45 #4547ab

Analogous Colors of #ab4547

#ab4547 #ab7645 #ab457a

Monochromatic Colors of #ab4547

#ab4547

Complementary Color

#ab4547 #45aba9

#ab4547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4547 Color CSS Codes

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

#ab4547 Text Font Color

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

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


#ab4547 Background Color

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

This div background color is #ab4547


#ab4547 Border Color

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

This div border color is #ab4547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4547


Comments

No comments written yet.

Please login to write comment.