Color Hex Logo

#ab364a Color Hex

#AB364A
(171,54,74)
0 Favorites   0 Comments

Color spaces of #ab364a

RGB 1715474
HSL0.970.520.44
HSV350°68°67°
CMYK 0.000.680.57   0.33
XYZ19.349811.79077.7345
Yxy11.79070.49770.3033
Hunter Lab34.337640.496910.6813
CIE-Lab40.881548.957815.2416

#ab364a color RGB value is (171,54,74).

#ab364a hex color red value is 171, green value is 54 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ab364a hue: 0.97 , saturation: 0.52 and the lightness value of ab364a is 0.44.

The process color (four color CMYK) of #ab364a color hex is 0.00, 0.68, 0.57, 0.33. Web safe color of #ab364a is #993333. Color #ab364a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110110 01001010
Octal 253 66 112
Decimal 171 54 74
Hex AB 36 4A

RGB Percentages of Color #ab364a

%57.19
%18.06
%24.75

CMYK Percentages of Color #ab364a

%0
%68
%57
%33

Triadic Colors of #ab364a

#ab364a #4aab36 #364aab

Analogous Colors of #ab364a

#ab364a #ab5d36 #ab3685

Monochromatic Colors of #ab364a

#ab364a

Complementary Color

#ab364a #36ab97

#ab364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab364a Color CSS Codes

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

#ab364a Text Font Color

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

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


#ab364a Background Color

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

This div background color is #ab364a


#ab364a Border Color

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

This div border color is #ab364a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab364a


Comments

No comments written yet.

Please login to write comment.