Color Hex Logo

#ab93fe Color Hex

#AB93FE
(171,147,254)
0 Favorites   0 Comments

Color spaces of #ab93fe

RGB 171147254
HSL0.700.980.79
HSV253°42°100°
CMYK 0.330.420.00   0.00
XYZ45.117736.681198.4681
Yxy36.68110.25030.2035
Hunter Lab60.564926.9845-53.9998
CIE-Lab67.037132.1189-50.2409

#ab93fe color RGB value is (171,147,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 11111110
Octal 253 223 376
Decimal 171 147 254
Hex AB 93 FE

RGB Percentages of Color #ab93fe

%29.90
%25.70
%44.41

CMYK Percentages of Color #ab93fe

%33
%42
%0
%0

Triadic Colors of #ab93fe

#ab93fe #feab93 #93feab

Analogous Colors of #ab93fe

#ab93fe #e193fe #93b1fe

Monochromatic Colors of #ab93fe

#ab93fe

Complementary Color

#ab93fe #e6fe93

#ab93fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab93fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab93fe Color CSS Codes

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

#ab93fe Text Font Color

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

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


#ab93fe Background Color

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

This div background color is #ab93fe


#ab93fe Border Color

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

This div border color is #ab93fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab93fe


Comments

No comments written yet.

Please login to write comment.