Color Hex Logo

#ab82df Color Hex

#AB82DF
(171,130,223)
0 Favorites   0 Comments

Color spaces of #ab82df

RGB 171130223
HSL0.740.590.69
HSV266°42°87°
CMYK 0.230.420.00   0.13
XYZ38.096529.950973.5852
Yxy29.95090.26900.2115
Hunter Lab54.727428.4833-41.4108
CIE-Lab61.611834.1202-41.6985

#ab82df color RGB value is (171,130,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 11011111
Octal 253 202 337
Decimal 171 130 223
Hex AB 82 DF

RGB Percentages of Color #ab82df

%32.63
%24.81
%42.56

CMYK Percentages of Color #ab82df

%23
%42
%0
%13

Triadic Colors of #ab82df

#ab82df #dfab82 #82dfab

Analogous Colors of #ab82df

#ab82df #da82df #8288df

Monochromatic Colors of #ab82df

#ab82df

Complementary Color

#ab82df #b6df82

#ab82df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab82df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab82df Color CSS Codes

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

#ab82df Text Font Color

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

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


#ab82df Background Color

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

This div background color is #ab82df


#ab82df Border Color

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

This div border color is #ab82df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab82df


Comments

No comments written yet.

Please login to write comment.