Color Hex Logo

#ab51ae Color Hex

#AB51AE
(171,81,174)
0 Favorites   0 Comments

Color spaces of #ab51ae

RGB 17181174
HSL0.830.360.50
HSV298°53°68°
CMYK 0.020.530.00   0.32
XYZ27.377017.598841.9984
Yxy17.59880.31480.2023
Hunter Lab41.950943.0742-29.9915
CIE-Lab49.005850.0091-33.5074

#ab51ae color RGB value is (171,81,174).

#ab51ae hex color red value is 171, green value is 81 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab51ae hue: 0.83 , saturation: 0.36 and the lightness value of ab51ae is 0.50.

The process color (four color CMYK) of #ab51ae color hex is 0.02, 0.53, 0.00, 0.32. Web safe color of #ab51ae is #996699. Color #ab51ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 10101110
Octal 253 121 256
Decimal 171 81 174
Hex AB 51 AE

RGB Percentages of Color #ab51ae

%40.14
%19.01
%40.85

CMYK Percentages of Color #ab51ae

%2
%53
%0
%32

Triadic Colors of #ab51ae

#ab51ae #aeab51 #51aeab

Analogous Colors of #ab51ae

#ab51ae #ae5183 #7d51ae

Monochromatic Colors of #ab51ae

#ab51ae

Complementary Color

#ab51ae #54ae51

#ab51ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab51ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab51ae Color CSS Codes

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

#ab51ae Text Font Color

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

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


#ab51ae Background Color

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

This div background color is #ab51ae


#ab51ae Border Color

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

This div border color is #ab51ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab51ae


Comments

No comments written yet.

Please login to write comment.