Color Hex Logo

#ab31cb Color Hex

#AB31CB
(171,49,203)
0 Favorites   0 Comments

Color spaces of #ab31cb

RGB 17149203
HSL0.800.610.49
HSV288°76°80°
CMYK 0.160.760.00   0.20
XYZ28.672415.166357.9161
Yxy15.16630.28180.1490
Hunter Lab38.943963.2684-60.9133
CIE-Lab45.861168.6919-55.3906

#ab31cb color RGB value is (171,49,203).

#ab31cb hex color red value is 171, green value is 49 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab31cb hue: 0.80 , saturation: 0.61 and the lightness value of ab31cb is 0.49.

The process color (four color CMYK) of #ab31cb color hex is 0.16, 0.76, 0.00, 0.20. Web safe color of #ab31cb is #9933cc. Color #ab31cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110001 11001011
Octal 253 61 313
Decimal 171 49 203
Hex AB 31 CB

RGB Percentages of Color #ab31cb

%40.43
%11.58
%47.99

CMYK Percentages of Color #ab31cb

%16
%76
%0
%20

Triadic Colors of #ab31cb

#ab31cb #cbab31 #31cbab

Analogous Colors of #ab31cb

#ab31cb #cb319e #5e31cb

Monochromatic Colors of #ab31cb

#ab31cb

Complementary Color

#ab31cb #51cb31

#ab31cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab31cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab31cb Color CSS Codes

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

#ab31cb Text Font Color

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

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


#ab31cb Background Color

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

This div background color is #ab31cb


#ab31cb Border Color

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

This div border color is #ab31cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab31cb


Comments

No comments written yet.

Please login to write comment.