Color Hex Logo

#ab79bd Color Hex

#AB79BD
(171,121,189)
0 Favorites   0 Comments

Color spaces of #ab79bd

RGB 171121189
HSL0.790.340.61
HSV284°36°74°
CMYK 0.100.360.00   0.26
XYZ32.817326.006851.4343
Yxy26.00680.29760.2359
Hunter Lab50.996925.6231-24.1008
CIE-Lab58.043531.6189-28.1006

#ab79bd color RGB value is (171,121,189).

#ab79bd hex color red value is 171, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab79bd hue: 0.79 , saturation: 0.34 and the lightness value of ab79bd is 0.61.

The process color (four color CMYK) of #ab79bd color hex is 0.10, 0.36, 0.00, 0.26. Web safe color of #ab79bd is #9966cc. Color #ab79bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 10111101
Octal 253 171 275
Decimal 171 121 189
Hex AB 79 BD

RGB Percentages of Color #ab79bd

%35.55
%25.16
%39.29

CMYK Percentages of Color #ab79bd

%10
%36
%0
%26

Triadic Colors of #ab79bd

#ab79bd #bdab79 #79bdab

Analogous Colors of #ab79bd

#ab79bd #bd79ad #8979bd

Monochromatic Colors of #ab79bd

#ab79bd

Complementary Color

#ab79bd #8bbd79

#ab79bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab79bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab79bd Color CSS Codes

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

#ab79bd Text Font Color

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

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


#ab79bd Background Color

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

This div background color is #ab79bd


#ab79bd Border Color

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

This div border color is #ab79bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab79bd


Comments

No comments written yet.

Please login to write comment.