Color spaces of #ab92fd
RGB | 171 | 146 | 253 |
---|---|---|---|
HSL | 0.71 | 0.96 | 0.78 |
HSV | 254° | 42° | 99° |
CMYK | 0.32 | 0.42 | 0.00 0.01 |
XYZ | 44.8031 | 36.3075 | 97.5752 |
Yxy | 36.3075 | 0.2507 | 0.2032 |
Hunter Lab | 60.2557 | 27.2761 | -53.8324 |
CIE-Lab | 66.7542 | 32.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010010 | 11111101 |
Octal | 253 | 222 | 375 |
Decimal | 171 | 146 | 253 |
Hex | AB | 92 | FD |
Shades of #ab92fd
Tints of #ab92fd
RGB Percentages of Color #ab92fd
CMYK Percentages of Color #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
Comments
No comments written yet.
Please login to write comment.