Color Hex Logo

#ab01df Color Hex

#AB01DF
(171,1,223)
0 Favorites   0 Comments

Color spaces of #ab01df

RGB 1711223
HSL0.790.990.44
HSV286°100°87°
CMYK 0.231.000.00   0.13
XYZ30.124714.007370.9280
Yxy14.00730.26180.1217
Hunter Lab37.426378.1798-86.1642
CIE-Lab44.243481.2337-69.5055

#ab01df color RGB value is (171,1,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 11011111
Octal 253 1 337
Decimal 171 1 223
Hex AB 1 DF

RGB Percentages of Color #ab01df

%43.29
%0.25
%56.46

CMYK Percentages of Color #ab01df

%23
%100
%0
%13

Triadic Colors of #ab01df

#ab01df #dfab01 #01dfab

Analogous Colors of #ab01df

#ab01df #df01a4 #3c01df

Monochromatic Colors of #ab01df

#ab01df

Complementary Color

#ab01df #35df01

#ab01df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab01df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab01df Color CSS Codes

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

#ab01df Text Font Color

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

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


#ab01df Background Color

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

This div background color is #ab01df


#ab01df Border Color

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

This div border color is #ab01df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab01df


Comments

No comments written yet.

Please login to write comment.