Color Hex Logo

#ab58de Color Hex

#AB58DE
(171,88,222)
0 Favorites   0 Comments

Color spaces of #ab58de

RGB 17188222
HSL0.770.670.61
HSV277°60°87°
CMYK 0.230.600.00   0.13
XYZ33.469120.911371.3795
Yxy20.91130.26610.1663
Hunter Lab45.728950.6192-60.5372
CIE-Lab52.852356.3019-55.0297

#ab58de color RGB value is (171,88,222).

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

The process color (four color CMYK) of #ab58de color hex is 0.23, 0.60, 0.00, 0.13. Web safe color of #ab58de is #9966cc. Color #ab58de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 11011110
Octal 253 130 336
Decimal 171 88 222
Hex AB 58 DE

RGB Percentages of Color #ab58de

%35.55
%18.30
%46.15

CMYK Percentages of Color #ab58de

%23
%60
%0
%13

Triadic Colors of #ab58de

#ab58de #deab58 #58deab

Analogous Colors of #ab58de

#ab58de #de58ce #6858de

Monochromatic Colors of #ab58de

#ab58de

Complementary Color

#ab58de #8bde58

#ab58de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab58de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab58de Color CSS Codes

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

#ab58de Text Font Color

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

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


#ab58de Background Color

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

This div background color is #ab58de


#ab58de Border Color

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

This div border color is #ab58de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab58de


Comments

No comments written yet.

Please login to write comment.