Color Hex Logo

#ab49bd Color Hex

#AB49BD
(171,73,189)
0 Favorites   0 Comments

Color spaces of #ab49bd

RGB 17173189
HSL0.810.470.51
HSV291°61°74°
CMYK 0.100.610.00   0.26
XYZ28.362417.097149.9493
Yxy17.09710.29730.1792
Hunter Lab41.348650.0789-42.6785
CIE-Lab48.382156.6126-43.2444

#ab49bd color RGB value is (171,73,189).

#ab49bd hex color red value is 171, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab49bd hue: 0.81 , saturation: 0.47 and the lightness value of ab49bd is 0.51.

The process color (four color CMYK) of #ab49bd color hex is 0.10, 0.61, 0.00, 0.26. Web safe color of #ab49bd is #9933cc. Color #ab49bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 10111101
Octal 253 111 275
Decimal 171 73 189
Hex AB 49 BD

RGB Percentages of Color #ab49bd

%39.49
%16.86
%43.65

CMYK Percentages of Color #ab49bd

%10
%61
%0
%26

Triadic Colors of #ab49bd

#ab49bd #bdab49 #49bdab

Analogous Colors of #ab49bd

#ab49bd #bd4995 #7149bd

Monochromatic Colors of #ab49bd

#ab49bd

Complementary Color

#ab49bd #5bbd49

#ab49bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab49bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab49bd Color CSS Codes

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

#ab49bd Text Font Color

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

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


#ab49bd Background Color

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

This div background color is #ab49bd


#ab49bd Border Color

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

This div border color is #ab49bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab49bd


Comments

No comments written yet.

Please login to write comment.