Color Hex Logo

#ab97fc Color Hex

#AB97FC
(171,151,252)
0 Favorites   0 Comments

Color spaces of #ab97fc

RGB 171151252
HSL0.700.940.79
HSV252°40°99°
CMYK 0.320.400.00   0.01
XYZ45.431937.819497.0008
Yxy37.81940.25200.2098
Hunter Lab61.497524.2481-50.4707
CIE-Lab67.887329.3575-47.8096

#ab97fc color RGB value is (171,151,252).

#ab97fc hex color red value is 171, green value is 151 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ab97fc hue: 0.70 , saturation: 0.94 and the lightness value of ab97fc is 0.79.

The process color (four color CMYK) of #ab97fc color hex is 0.32, 0.40, 0.00, 0.01. Web safe color of #ab97fc is #9999ff. Color #ab97fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 11111100
Octal 253 227 374
Decimal 171 151 252
Hex AB 97 FC

RGB Percentages of Color #ab97fc

%29.79
%26.31
%43.90

CMYK Percentages of Color #ab97fc

%32
%40
%0
%1

Triadic Colors of #ab97fc

#ab97fc #fcab97 #97fcab

Analogous Colors of #ab97fc

#ab97fc #de97fc #97b6fc

Monochromatic Colors of #ab97fc

#ab97fc

Complementary Color

#ab97fc #e8fc97

#ab97fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab97fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab97fc Color CSS Codes

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

#ab97fc Text Font Color

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

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


#ab97fc Background Color

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

This div background color is #ab97fc


#ab97fc Border Color

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

This div border color is #ab97fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab97fc


Comments

No comments written yet.

Please login to write comment.