Color Hex Logo

#ab01de Color Hex

#AB01DE
(171,1,222)
0 Favorites   0 Comments

Color spaces of #ab01de

RGB 1711222
HSL0.790.990.44
HSV286°100°87°
CMYK 0.231.000.00   0.13
XYZ29.990313.953670.2199
Yxy13.95360.26270.1222
Hunter Lab37.354577.9394-85.3066
CIE-Lab44.166381.0582-69.0595

#ab01de color RGB value is (171,1,222).

#ab01de hex color red value is 171, green value is 1 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab01de hue: 0.79 , saturation: 0.99 and the lightness value of ab01de is 0.44.

The process color (four color CMYK) of #ab01de color hex is 0.23, 1.00, 0.00, 0.13. Web safe color of #ab01de is #9900cc. Color #ab01de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 11011110
Octal 253 1 336
Decimal 171 1 222
Hex AB 1 DE

RGB Percentages of Color #ab01de

%43.40
%0.25
%56.35

CMYK Percentages of Color #ab01de

%23
%100
%0
%13

Triadic Colors of #ab01de

#ab01de #deab01 #01deab

Analogous Colors of #ab01de

#ab01de #de01a3 #3d01de

Monochromatic Colors of #ab01de

#ab01de

Complementary Color

#ab01de #34de01

#ab01de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab01de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab01de Color CSS Codes

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

#ab01de Text Font Color

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

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


#ab01de Background Color

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

This div background color is #ab01de


#ab01de Border Color

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

This div border color is #ab01de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab01de


Comments

No comments written yet.

Please login to write comment.