Color Hex Logo

#ab44bd Color Hex

#AB44BD
(171,68,189)
0 Favorites   0 Comments

Color spaces of #ab44bd

RGB 17168189
HSL0.810.480.50
HSV291°64°74°
CMYK 0.100.640.00   0.26
XYZ28.047016.466349.8442
Yxy16.46630.29720.1745
Hunter Lab40.578752.3621-44.4229
CIE-Lab47.580458.8252-44.5184

#ab44bd color RGB value is (171,68,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 10111101
Octal 253 104 275
Decimal 171 68 189
Hex AB 44 BD

RGB Percentages of Color #ab44bd

%39.95
%15.89
%44.16

CMYK Percentages of Color #ab44bd

%10
%64
%0
%26

Triadic Colors of #ab44bd

#ab44bd #bdab44 #44bdab

Analogous Colors of #ab44bd

#ab44bd #bd4493 #6f44bd

Monochromatic Colors of #ab44bd

#ab44bd

Complementary Color

#ab44bd #56bd44

#ab44bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab44bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab44bd Color CSS Codes

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

#ab44bd Text Font Color

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

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


#ab44bd Background Color

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

This div background color is #ab44bd


#ab44bd Border Color

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

This div border color is #ab44bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab44bd


Comments

No comments written yet.

Please login to write comment.