Color Hex Logo

#ab7878 Color Hex

#AB7878
(171,120,120)
0 Favorites   0 Comments

Color spaces of #ab7878

RGB 171120120
HSL0.000.230.57
HSV30°67°
CMYK 0.000.300.30   0.33
XYZ26.901223.446920.8772
Yxy23.44690.37770.3292
Hunter Lab48.422014.42858.3324
CIE-Lab55.529719.96487.9993

#ab7878 color RGB value is (171,120,120).

#ab7878 hex color red value is 171, green value is 120 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ab7878 hue: 0.00 , saturation: 0.23 and the lightness value of ab7878 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 01111000
Octal 253 170 170
Decimal 171 120 120
Hex AB 78 78

RGB Percentages of Color #ab7878

%41.61
%29.20
%29.20

CMYK Percentages of Color #ab7878

%0
%30
%30
%33

Triadic Colors of #ab7878

#ab7878 #78ab78 #7878ab

Analogous Colors of #ab7878

#ab7878 #ab9278 #ab7892

Monochromatic Colors of #ab7878

#ab7878

Complementary Color

#ab7878 #78abab

#ab7878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7878 Color CSS Codes

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

#ab7878 Text Font Color

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

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


#ab7878 Background Color

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

This div background color is #ab7878


#ab7878 Border Color

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

This div border color is #ab7878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7878


Comments

No comments written yet.

Please login to write comment.