Color Hex Logo

#ab93fd Color Hex

#AB93FD
(171,147,253)
0 Favorites   0 Comments

Color spaces of #ab93fd

RGB 171147253
HSL0.700.960.78
HSV254°42°99°
CMYK 0.320.420.00   0.01
XYZ44.957936.617297.6268
Yxy36.61720.25090.2043
Hunter Lab60.512126.7215-53.2966
CIE-Lab66.988831.8658-49.7717

#ab93fd color RGB value is (171,147,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 11111101
Octal 253 223 375
Decimal 171 147 253
Hex AB 93 FD

RGB Percentages of Color #ab93fd

%29.95
%25.74
%44.31

CMYK Percentages of Color #ab93fd

%32
%42
%0
%1

Triadic Colors of #ab93fd

#ab93fd #fdab93 #93fdab

Analogous Colors of #ab93fd

#ab93fd #e093fd #93b0fd

Monochromatic Colors of #ab93fd

#ab93fd

Complementary Color

#ab93fd #e5fd93

#ab93fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab93fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab93fd Color CSS Codes

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

#ab93fd Text Font Color

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

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


#ab93fd Background Color

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

This div background color is #ab93fd


#ab93fd Border Color

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

This div border color is #ab93fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab93fd

Related Colors


Comments

No comments written yet.

Please login to write comment.