Color Hex Logo

#ab7378 Color Hex

#AB7378
(171,115,120)
0 Favorites   0 Comments

Color spaces of #ab7378

RGB 171115120
HSL0.990.250.56
HSV355°33°67°
CMYK 0.000.330.30   0.33
XYZ26.315522.275520.6819
Yxy22.27550.37990.3216
Hunter Lab47.196916.93137.0567
CIE-Lab54.318122.78736.2710

#ab7378 color RGB value is (171,115,120).

#ab7378 hex color red value is 171, green value is 115 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ab7378 hue: 0.99 , saturation: 0.25 and the lightness value of ab7378 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 01111000
Octal 253 163 170
Decimal 171 115 120
Hex AB 73 78

RGB Percentages of Color #ab7378

%42.12
%28.33
%29.56

CMYK Percentages of Color #ab7378

%0
%33
%30
%33

Triadic Colors of #ab7378

#ab7378 #78ab73 #7378ab

Analogous Colors of #ab7378

#ab7378 #ab8a73 #ab7394

Monochromatic Colors of #ab7378

#ab7378

Complementary Color

#ab7378 #73aba6

#ab7378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7378 Color CSS Codes

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

#ab7378 Text Font Color

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

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


#ab7378 Background Color

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

This div background color is #ab7378


#ab7378 Border Color

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

This div border color is #ab7378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7378


Comments

No comments written yet.

Please login to write comment.