Color Hex Logo

#ab51ba Color Hex

#AB51BA
(171,81,186)
0 Favorites   0 Comments

Color spaces of #ab51ba

RGB 17181186
HSL0.810.430.52
HSV291°56°73°
CMYK 0.080.560.00   0.27
XYZ28.599918.088048.4383
Yxy18.08800.30070.1901
Hunter Lab42.530045.6074-37.7556
CIE-Lab49.602752.2817-39.5687

#ab51ba color RGB value is (171,81,186).

#ab51ba hex color red value is 171, green value is 81 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab51ba hue: 0.81 , saturation: 0.43 and the lightness value of ab51ba is 0.52.

The process color (four color CMYK) of #ab51ba color hex is 0.08, 0.56, 0.00, 0.27. Web safe color of #ab51ba is #9966cc. Color #ab51ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 10111010
Octal 253 121 272
Decimal 171 81 186
Hex AB 51 BA

RGB Percentages of Color #ab51ba

%39.04
%18.49
%42.47

CMYK Percentages of Color #ab51ba

%8
%56
%0
%27

Triadic Colors of #ab51ba

#ab51ba #baab51 #51baab

Analogous Colors of #ab51ba

#ab51ba #ba5195 #7751ba

Monochromatic Colors of #ab51ba

#ab51ba

Complementary Color

#ab51ba #60ba51

#ab51ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab51ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab51ba Color CSS Codes

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

#ab51ba Text Font Color

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

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


#ab51ba Background Color

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

This div background color is #ab51ba


#ab51ba Border Color

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

This div border color is #ab51ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab51ba


Comments

No comments written yet.

Please login to write comment.