Color Hex Logo

#ab41bd Color Hex

#AB41BD
(171,65,189)
0 Favorites   0 Comments

Color spaces of #ab41bd

RGB 17165189
HSL0.810.490.50
HSV291°66°74°
CMYK 0.100.660.00   0.26
XYZ27.870216.112649.7852
Yxy16.11260.29720.1718
Hunter Lab40.140553.6896-45.4375
CIE-Lab47.121960.1007-45.2482

#ab41bd color RGB value is (171,65,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 10111101
Octal 253 101 275
Decimal 171 65 189
Hex AB 41 BD

RGB Percentages of Color #ab41bd

%40.24
%15.29
%44.47

CMYK Percentages of Color #ab41bd

%10
%66
%0
%26

Triadic Colors of #ab41bd

#ab41bd #bdab41 #41bdab

Analogous Colors of #ab41bd

#ab41bd #bd4191 #6d41bd

Monochromatic Colors of #ab41bd

#ab41bd

Complementary Color

#ab41bd #53bd41

#ab41bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab41bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab41bd Color CSS Codes

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

#ab41bd Text Font Color

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

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


#ab41bd Background Color

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

This div background color is #ab41bd


#ab41bd Border Color

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

This div border color is #ab41bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab41bd

#ab41bd Color Palettes


Comments

No comments written yet.

Please login to write comment.