Color Hex Logo

#ab58db Color Hex

#AB58DB
(171,88,219)
0 Favorites   0 Comments

Color spaces of #ab58db

RGB 17188219
HSL0.770.650.60
HSV278°60°86°
CMYK 0.220.600.00   0.14
XYZ33.070520.751869.2803
Yxy20.75180.26860.1686
Hunter Lab45.554149.8642-58.2824
CIE-Lab52.676855.6511-53.6121

#ab58db color RGB value is (171,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 11011011
Octal 253 130 333
Decimal 171 88 219
Hex AB 58 DB

RGB Percentages of Color #ab58db

%35.77
%18.41
%45.82

CMYK Percentages of Color #ab58db

%22
%60
%0
%14

Triadic Colors of #ab58db

#ab58db #dbab58 #58dbab

Analogous Colors of #ab58db

#ab58db #db58ca #6a58db

Monochromatic Colors of #ab58db

#ab58db

Complementary Color

#ab58db #88db58

#ab58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab58db Color CSS Codes

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

#ab58db Text Font Color

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

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


#ab58db Background Color

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

This div background color is #ab58db


#ab58db Border Color

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

This div border color is #ab58db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,88,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 #ab58db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab58db


Comments

No comments written yet.

Please login to write comment.