Color spaces of #ab26cd
RGB | 171 | 38 | 205 |
---|---|---|---|
HSL | 0.80 | 0.69 | 0.48 |
HSV | 288° | 81° | 80° |
CMYK | 0.17 | 0.81 | 0.00 0.20 |
XYZ | 28.5071 | 14.4519 | 59.0446 |
Yxy | 14.4519 | 0.2795 | 0.1417 |
Hunter Lab | 38.0157 | 67.3258 | -65.4762 |
CIE-Lab | 44.8742 | 72.3005 | -58.1381 |
#ab26cd color RGB value is (171,38,205).
#ab26cd hex color red value is 171, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ab26cd hue: 0.80 , saturation: 0.69 and the lightness value of ab26cd is 0.48.
The process color (four color CMYK) of #ab26cd color hex is 0.17, 0.81, 0.00, 0.20. Web safe color of #ab26cd is #9933cc. Color #ab26cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00100110 | 11001101 |
Octal | 253 | 46 | 315 |
Decimal | 171 | 38 | 205 |
Hex | AB | 26 | CD |
Shades of #ab26cd
Tints of #ab26cd
RGB Percentages of Color #ab26cd
CMYK Percentages of Color #ab26cd
Complementary Color
#ab26cd | #48cd26 |
#ab26cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab26cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab26cd Color CSS Codes
.mybgcolor {background-color:#ab26cd; } .myforecolor {color:#ab26cd; } .mybordercolor {border:3px solid #ab26cd; }
#ab26cd Text Font Color
<p style="color:#ab26cd">Text here</p>
This sample text font color is #ab26cd
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.
#ab26cd Background Color
<div style="background-color:#ab26cd">
Div content here</div>
This div background color is #ab26cd
#ab26cd Border Color
<div style="border:3px solid #ab26cd">
Div here</div>
This div border color is #ab26cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,38,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab26cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab26cd; -webkit-box-shadow: 1px 1px 3px 2px #ab26cd; box-shadow: 1px 1px 3px 2px #ab26cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,38,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab26cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab26cd; -webkit-box-shadow: 1px 1px 3px 2px #ab26cd; box-shadow: 1px 1px 3px 2px #ab26cd;">
Div content here</div>
This div box has shadow with color #ab26cd
Comments
No comments written yet.
Please login to write comment.