Color Hex Logo

#ab354e Color Hex

#AB354E
(171,53,78)
0 Favorites   0 Comments

Color spaces of #ab354e

RGB 1715378
HSL0.960.530.44
HSV347°69°67°
CMYK 0.000.690.54   0.33
XYZ19.442811.75428.4518
Yxy11.75420.49040.2965
Hunter Lab34.284441.23039.3829
CIE-Lab40.822849.681612.6551

#ab354e color RGB value is (171,53,78).

#ab354e hex color red value is 171, green value is 53 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ab354e hue: 0.96 , saturation: 0.53 and the lightness value of ab354e is 0.44.

The process color (four color CMYK) of #ab354e color hex is 0.00, 0.69, 0.54, 0.33. Web safe color of #ab354e is #993366. Color #ab354e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110101 01001110
Octal 253 65 116
Decimal 171 53 78
Hex AB 35 4E

RGB Percentages of Color #ab354e

%56.62
%17.55
%25.83

CMYK Percentages of Color #ab354e

%0
%69
%54
%33

Triadic Colors of #ab354e

#ab354e #4eab35 #354eab

Analogous Colors of #ab354e

#ab354e #ab5735 #ab3589

Monochromatic Colors of #ab354e

#ab354e

Complementary Color

#ab354e #35ab92

#ab354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab354e Color CSS Codes

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

#ab354e Text Font Color

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

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


#ab354e Background Color

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

This div background color is #ab354e


#ab354e Border Color

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

This div border color is #ab354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab354e


Comments

No comments written yet.

Please login to write comment.