Color Hex Logo

#ab92fd Color Hex

#AB92FD
(171,146,253)
0 Favorites   0 Comments

Color spaces of #ab92fd

RGB 171146253
HSL0.710.960.78
HSV254°42°99°
CMYK 0.320.420.00   0.01
XYZ44.803136.307597.5752
Yxy36.30750.25070.2032
Hunter Lab60.255727.2761-53.8324
CIE-Lab66.754232.4295-50.1423

#ab92fd color RGB value is (171,146,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 11111101
Octal 253 222 375
Decimal 171 146 253
Hex AB 92 FD

RGB Percentages of Color #ab92fd

%30.00
%25.61
%44.39

CMYK Percentages of Color #ab92fd

%32
%42
%0
%1

Triadic Colors of #ab92fd

#ab92fd #fdab92 #92fdab

Analogous Colors of #ab92fd

#ab92fd #e192fd #92affd

Monochromatic Colors of #ab92fd

#ab92fd

Complementary Color

#ab92fd #e4fd92

#ab92fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab92fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab92fd Color CSS Codes

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

#ab92fd Text Font Color

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

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


#ab92fd Background Color

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

This div background color is #ab92fd


#ab92fd Border Color

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

This div border color is #ab92fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab92fd

Related Colors


Comments

No comments written yet.

Please login to write comment.