Color Hex Logo

#ab78a6 Color Hex

#AB78A6
(171,120,166)
0 Favorites   0 Comments

Color spaces of #ab78a6

RGB 171120166
HSL0.850.230.57
HSV306°30°67°
CMYK 0.000.300.03   0.33
XYZ30.394024.844039.2698
Yxy24.84400.32160.2629
Hunter Lab49.843821.6201-11.8215
CIE-Lab56.923127.5926-16.6332

#ab78a6 color RGB value is (171,120,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 10100110
Octal 253 170 246
Decimal 171 120 166
Hex AB 78 A6

RGB Percentages of Color #ab78a6

%37.42
%26.26
%36.32

CMYK Percentages of Color #ab78a6

%0
%30
%3
%33

Triadic Colors of #ab78a6

#ab78a6 #a6ab78 #78a6ab

Analogous Colors of #ab78a6

#ab78a6 #ab788d #9778ab

Monochromatic Colors of #ab78a6

#ab78a6

Complementary Color

#ab78a6 #78ab7d

#ab78a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab78a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab78a6 Color CSS Codes

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

#ab78a6 Text Font Color

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

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


#ab78a6 Background Color

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

This div background color is #ab78a6


#ab78a6 Border Color

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

This div border color is #ab78a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab78a6


Comments

No comments written yet.

Please login to write comment.