Color Hex Logo

#ab78ba Color Hex

#AB78BA
(171,120,186)
0 Favorites   0 Comments

Color spaces of #ab78ba

RGB 171120186
HSL0.800.320.60
HSV286°35°73°
CMYK 0.080.350.00   0.27
XYZ32.374025.636049.6963
Yxy25.63600.30060.2380
Hunter Lab50.632025.5265-22.7519
CIE-Lab57.689931.5564-26.9356

#ab78ba color RGB value is (171,120,186).

#ab78ba hex color red value is 171, green value is 120 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab78ba hue: 0.80 , saturation: 0.32 and the lightness value of ab78ba is 0.60.

The process color (four color CMYK) of #ab78ba color hex is 0.08, 0.35, 0.00, 0.27. Web safe color of #ab78ba is #9966cc. Color #ab78ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 10111010
Octal 253 170 272
Decimal 171 120 186
Hex AB 78 BA

RGB Percentages of Color #ab78ba

%35.85
%25.16
%38.99

CMYK Percentages of Color #ab78ba

%8
%35
%0
%27

Triadic Colors of #ab78ba

#ab78ba #baab78 #78baab

Analogous Colors of #ab78ba

#ab78ba #ba78a8 #8a78ba

Monochromatic Colors of #ab78ba

#ab78ba

Complementary Color

#ab78ba #87ba78

#ab78ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab78ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab78ba Color CSS Codes

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

#ab78ba Text Font Color

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

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


#ab78ba Background Color

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

This div background color is #ab78ba


#ab78ba Border Color

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

This div border color is #ab78ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab78ba


Comments

No comments written yet.

Please login to write comment.