Color Hex Logo

#ab5edb Color Hex

#AB5EDB
(171,94,219)
0 Favorites   0 Comments

Color spaces of #ab5edb

RGB 17194219
HSL0.770.630.61
HSV277°57°86°
CMYK 0.220.570.00   0.14
XYZ33.583521.777869.4513
Yxy21.77780.26910.1745
Hunter Lab46.666746.7901-55.5711
CIE-Lab53.790452.6599-51.8334

#ab5edb color RGB value is (171,94,219).

#ab5edb hex color red value is 171, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab5edb hue: 0.77 , saturation: 0.63 and the lightness value of ab5edb is 0.61.

The process color (four color CMYK) of #ab5edb color hex is 0.22, 0.57, 0.00, 0.14. Web safe color of #ab5edb is #9966cc. Color #ab5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011110 11011011
Octal 253 136 333
Decimal 171 94 219
Hex AB 5E DB

RGB Percentages of Color #ab5edb

%35.33
%19.42
%45.25

CMYK Percentages of Color #ab5edb

%22
%57
%0
%14

Triadic Colors of #ab5edb

#ab5edb #dbab5e #5edbab

Analogous Colors of #ab5edb

#ab5edb #db5ecd #6d5edb

Monochromatic Colors of #ab5edb

#ab5edb

Complementary Color

#ab5edb #8edb5e

#ab5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5edb Color CSS Codes

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

#ab5edb Text Font Color

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

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


#ab5edb Background Color

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

This div background color is #ab5edb


#ab5edb Border Color

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

This div border color is #ab5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5edb


Comments

No comments written yet.

Please login to write comment.