Color Hex Logo

#ab51be Color Hex

#AB51BE
(171,81,190)
0 Favorites   0 Comments

Color spaces of #ab51be

RGB 17181190
HSL0.800.460.53
HSV290°57°75°
CMYK 0.100.570.00   0.25
XYZ29.031318.260550.7097
Yxy18.26050.29620.1863
Hunter Lab42.732346.4871-40.4458
CIE-Lab49.810653.0619-41.5604

#ab51be color RGB value is (171,81,190).

#ab51be hex color red value is 171, green value is 81 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab51be hue: 0.80 , saturation: 0.46 and the lightness value of ab51be is 0.53.

The process color (four color CMYK) of #ab51be color hex is 0.10, 0.57, 0.00, 0.25. Web safe color of #ab51be is #9966cc. Color #ab51be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 10111110
Octal 253 121 276
Decimal 171 81 190
Hex AB 51 BE

RGB Percentages of Color #ab51be

%38.69
%18.33
%42.99

CMYK Percentages of Color #ab51be

%10
%57
%0
%25

Triadic Colors of #ab51be

#ab51be #beab51 #51beab

Analogous Colors of #ab51be

#ab51be #be519b #7551be

Monochromatic Colors of #ab51be

#ab51be

Complementary Color

#ab51be #64be51

#ab51be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab51be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab51be Color CSS Codes

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

#ab51be Text Font Color

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

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


#ab51be Background Color

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

This div background color is #ab51be


#ab51be Border Color

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

This div border color is #ab51be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab51be


Comments

No comments written yet.

Please login to write comment.