Color Hex Logo

#ab4450 Color Hex

#AB4450
(171,68,80)
0 Favorites   0 Comments

Color spaces of #ab4450

RGB 1716880
HSL0.980.430.47
HSV353°60°67°
CMYK 0.000.600.53   0.33
XYZ20.309713.37149.0999
Yxy13.37140.47470.3126
Hunter Lab36.566935.148910.8422
CIE-Lab43.317643.243014.8293

#ab4450 color RGB value is (171,68,80).

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

The process color (four color CMYK) of #ab4450 color hex is 0.00, 0.60, 0.53, 0.33. Web safe color of #ab4450 is #993366. Color #ab4450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 01010000
Octal 253 104 120
Decimal 171 68 80
Hex AB 44 50

RGB Percentages of Color #ab4450

%53.61
%21.32
%25.08

CMYK Percentages of Color #ab4450

%0
%60
%53
%33

Triadic Colors of #ab4450

#ab4450 #50ab44 #4450ab

Analogous Colors of #ab4450

#ab4450 #ab6c44 #ab4484

Monochromatic Colors of #ab4450

#ab4450

Complementary Color

#ab4450 #44ab9f

#ab4450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4450 Color CSS Codes

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

#ab4450 Text Font Color

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

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


#ab4450 Background Color

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

This div background color is #ab4450


#ab4450 Border Color

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

This div border color is #ab4450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,68,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 #ab4450">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4450


Comments

No comments written yet.

Please login to write comment.