Color Hex Logo

#ab31bf Color Hex

#AB31BF
(171,49,191)
0 Favorites   0 Comments

Color spaces of #ab31bf

RGB 17149191
HSL0.810.590.47
HSV292°74°75°
CMYK 0.100.740.00   0.25
XYZ27.296914.616150.6727
Yxy14.61610.29480.1579
Hunter Lab38.231060.5445-51.8233
CIE-Lab45.103866.5057-49.6377

#ab31bf color RGB value is (171,49,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110001 10111111
Octal 253 61 277
Decimal 171 49 191
Hex AB 31 BF

RGB Percentages of Color #ab31bf

%41.61
%11.92
%46.47

CMYK Percentages of Color #ab31bf

%10
%74
%0
%25

Triadic Colors of #ab31bf

#ab31bf #bfab31 #31bfab

Analogous Colors of #ab31bf

#ab31bf #bf318c #6431bf

Monochromatic Colors of #ab31bf

#ab31bf

Complementary Color

#ab31bf #45bf31

#ab31bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab31bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab31bf Color CSS Codes

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

#ab31bf Text Font Color

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

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


#ab31bf Background Color

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

This div background color is #ab31bf


#ab31bf Border Color

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

This div border color is #ab31bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab31bf


Comments

No comments written yet.

Please login to write comment.