Color Hex Logo

#ab8bfe Color Hex

#AB8BFE
(171,139,254)
0 Favorites   0 Comments

Color spaces of #ab8bfe

RGB 171139254
HSL0.710.980.77
HSV257°45°100°
CMYK 0.330.450.00   0.00
XYZ43.916634.278998.0678
Yxy34.27890.24920.1945
Hunter Lab58.548231.4323-58.3266
CIE-Lab65.183336.6168-53.1746

#ab8bfe color RGB value is (171,139,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001011 11111110
Octal 253 213 376
Decimal 171 139 254
Hex AB 8B FE

RGB Percentages of Color #ab8bfe

%30.32
%24.65
%45.04

CMYK Percentages of Color #ab8bfe

%33
%45
%0
%0

Triadic Colors of #ab8bfe

#ab8bfe #feab8b #8bfeab

Analogous Colors of #ab8bfe

#ab8bfe #e58bfe #8ba5fe

Monochromatic Colors of #ab8bfe

#ab8bfe

Complementary Color

#ab8bfe #defe8b

#ab8bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8bfe Color CSS Codes

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

#ab8bfe Text Font Color

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

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


#ab8bfe Background Color

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

This div background color is #ab8bfe


#ab8bfe Border Color

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

This div border color is #ab8bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8bfe


Comments

No comments written yet.

Please login to write comment.