Color Hex Logo

#ab31bd Color Hex

#AB31BD
(171,49,189)
0 Favorites   0 Comments

Color spaces of #ab31bd

RGB 17149189
HSL0.810.590.47
HSV292°74°74°
CMYK 0.100.740.00   0.26
XYZ27.078214.528749.5212
Yxy14.52870.29710.1594
Hunter Lab38.116560.1035-50.3483
CIE-Lab44.981866.1483-48.6651

#ab31bd color RGB value is (171,49,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110001 10111101
Octal 253 61 275
Decimal 171 49 189
Hex AB 31 BD

RGB Percentages of Color #ab31bd

%41.81
%11.98
%46.21

CMYK Percentages of Color #ab31bd

%10
%74
%0
%26

Triadic Colors of #ab31bd

#ab31bd #bdab31 #31bdab

Analogous Colors of #ab31bd

#ab31bd #bd3189 #6531bd

Monochromatic Colors of #ab31bd

#ab31bd

Complementary Color

#ab31bd #43bd31

#ab31bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab31bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab31bd Color CSS Codes

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

#ab31bd Text Font Color

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

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


#ab31bd Background Color

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

This div background color is #ab31bd


#ab31bd Border Color

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

This div border color is #ab31bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab31bd


Comments

No comments written yet.

Please login to write comment.