Color Hex Logo

#ab81df Color Hex

#AB81DF
(171,129,223)
0 Favorites   0 Comments

Color spaces of #ab81df

RGB 171129223
HSL0.740.590.69
HSV267°42°87°
CMYK 0.230.420.00   0.13
XYZ37.964129.686273.5411
Yxy29.68620.26890.2103
Hunter Lab54.485029.0264-41.8871
CIE-Lab61.382534.6810-42.0588

#ab81df color RGB value is (171,129,223).

#ab81df hex color red value is 171, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab81df hue: 0.74 , saturation: 0.59 and the lightness value of ab81df is 0.69.

The process color (four color CMYK) of #ab81df color hex is 0.23, 0.42, 0.00, 0.13. Web safe color of #ab81df is #9999cc. Color #ab81df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 11011111
Octal 253 201 337
Decimal 171 129 223
Hex AB 81 DF

RGB Percentages of Color #ab81df

%32.70
%24.67
%42.64

CMYK Percentages of Color #ab81df

%23
%42
%0
%13

Triadic Colors of #ab81df

#ab81df #dfab81 #81dfab

Analogous Colors of #ab81df

#ab81df #da81df #8186df

Monochromatic Colors of #ab81df

#ab81df

Complementary Color

#ab81df #b5df81

#ab81df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab81df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab81df Color CSS Codes

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

#ab81df Text Font Color

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

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


#ab81df Background Color

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

This div background color is #ab81df


#ab81df Border Color

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

This div border color is #ab81df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab81df


Comments

No comments written yet.

Please login to write comment.