Color Hex Logo

#ab82fe Color Hex

#AB82FE
(171,130,254)
0 Favorites   0 Comments

Color spaces of #ab82fe

RGB 171130254
HSL0.720.980.75
HSV260°49°100°
CMYK 0.330.490.00   0.00
XYZ42.666631.778997.6511
Yxy31.77890.24790.1847
Hunter Lab56.372836.4481-63.2435
CIE-Lab63.159741.6366-56.3896

#ab82fe color RGB value is (171,130,254).

#ab82fe hex color red value is 171, green value is 130 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ab82fe hue: 0.72 , saturation: 0.98 and the lightness value of ab82fe is 0.75.

The process color (four color CMYK) of #ab82fe color hex is 0.33, 0.49, 0.00, 0.00. Web safe color of #ab82fe is #9999ff. Color #ab82fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 11111110
Octal 253 202 376
Decimal 171 130 254
Hex AB 82 FE

RGB Percentages of Color #ab82fe

%30.81
%23.42
%45.77

CMYK Percentages of Color #ab82fe

%33
%49
%0
%0

Triadic Colors of #ab82fe

#ab82fe #feab82 #82feab

Analogous Colors of #ab82fe

#ab82fe #e982fe #8297fe

Monochromatic Colors of #ab82fe

#ab82fe

Complementary Color

#ab82fe #d5fe82

#ab82fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab82fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab82fe Color CSS Codes

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

#ab82fe Text Font Color

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

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


#ab82fe Background Color

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

This div background color is #ab82fe


#ab82fe Border Color

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

This div border color is #ab82fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab82fe

Related Colors


Comments

No comments written yet.

Please login to write comment.