Color Hex Logo

#ab614d Color Hex

#AB614D
(171,97,77)
0 Favorites   0 Comments

Color spaces of #ab614d

RGB 1719777
HSL0.040.380.49
HSV13°55°67°
CMYK 0.000.430.55   0.33
XYZ22.408817.74319.2649
Yxy17.74310.45350.3590
Hunter Lab42.122621.245816.4449
CIE-Lab49.183027.923624.4168

#ab614d color RGB value is (171,97,77).

#ab614d hex color red value is 171, green value is 97 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ab614d hue: 0.04 , saturation: 0.38 and the lightness value of ab614d is 0.49.

The process color (four color CMYK) of #ab614d color hex is 0.00, 0.43, 0.55, 0.33. Web safe color of #ab614d is #996666. Color #ab614d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 01001101
Octal 253 141 115
Decimal 171 97 77
Hex AB 61 4D

RGB Percentages of Color #ab614d

%49.57
%28.12
%22.32

CMYK Percentages of Color #ab614d

%0
%43
%55
%33

Triadic Colors of #ab614d

#ab614d #4dab61 #614dab

Analogous Colors of #ab614d

#ab614d #ab904d #ab4d68

Monochromatic Colors of #ab614d

#ab614d

Complementary Color

#ab614d #4d97ab

#ab614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab614d Color CSS Codes

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

#ab614d Text Font Color

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

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


#ab614d Background Color

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

This div background color is #ab614d


#ab614d Border Color

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

This div border color is #ab614d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab614d


Comments

No comments written yet.

Please login to write comment.