Color spaces of #ab92ea
RGB | 171 | 146 | 234 |
---|---|---|---|
HSL | 0.71 | 0.68 | 0.75 |
HSV | 257° | 38° | 92° |
CMYK | 0.27 | 0.38 | 0.00 0.08 |
XYZ | 41.9248 | 35.1562 | 82.4181 |
Yxy | 35.1562 | 0.2629 | 0.2204 |
Hunter Lab | 59.2927 | 22.4520 | -40.9095 |
CIE-Lab | 65.8701 | 27.7222 | -41.1156 |
#ab92ea color RGB value is (171,146,234).
#ab92ea hex color red value is 171, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ab92ea hue: 0.71 , saturation: 0.68 and the lightness value of ab92ea is 0.75.
The process color (four color CMYK) of #ab92ea color hex is 0.27, 0.38, 0.00, 0.08. Web safe color of #ab92ea is #9999ff. Color #ab92ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010010 | 11101010 |
Octal | 253 | 222 | 352 |
Decimal | 171 | 146 | 234 |
Hex | AB | 92 | EA |
Shades of #ab92ea
Tints of #ab92ea
RGB Percentages of Color #ab92ea
CMYK Percentages of Color #ab92ea
Complementary Color
#ab92ea | #d1ea92 |
#ab92ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab92ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab92ea Color CSS Codes
.mybgcolor {background-color:#ab92ea; } .myforecolor {color:#ab92ea; } .mybordercolor {border:3px solid #ab92ea; }
#ab92ea Text Font Color
<p style="color:#ab92ea">Text here</p>
This sample text font color is #ab92ea
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.
#ab92ea Background Color
<div style="background-color:#ab92ea">
Div content here</div>
This div background color is #ab92ea
#ab92ea Border Color
<div style="border:3px solid #ab92ea">
Div here</div>
This div border color is #ab92ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,146,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab92ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab92ea; -webkit-box-shadow: 1px 1px 3px 2px #ab92ea; box-shadow: 1px 1px 3px 2px #ab92ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,146,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab92ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab92ea; -webkit-box-shadow: 1px 1px 3px 2px #ab92ea; box-shadow: 1px 1px 3px 2px #ab92ea;">
Div content here</div>
This div box has shadow with color #ab92ea
Comments
No comments written yet.
Please login to write comment.