Color spaces of #582aaf
RGB | 88 | 42 | 175 |
---|---|---|---|
HSL | 0.72 | 0.61 | 0.43 |
HSV | 261° | 76° | 69° |
CMYK | 0.50 | 0.76 | 0.00 0.31 |
XYZ | 12.5903 | 6.8258 | 41.2114 |
Yxy | 6.8258 | 0.2077 | 0.1126 |
Hunter Lab | 26.1262 | 40.2987 | -75.2354 |
CIE-Lab | 31.4070 | 50.5395 | -62.9351 |
#582aaf color RGB value is (88,42,175).
#582aaf hex color red value is 88, green value is 42 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #582aaf hue: 0.72 , saturation: 0.61 and the lightness value of 582aaf is 0.43.
The process color (four color CMYK) of #582aaf color hex is 0.50, 0.76, 0.00, 0.31. Web safe color of #582aaf is #663399. Color #582aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00101010 | 10101111 |
Octal | 130 | 52 | 257 |
Decimal | 88 | 42 | 175 |
Hex | 58 | 2A | AF |
Shades of #582aaf
Tints of #582aaf
RGB Percentages of Color #582aaf
CMYK Percentages of Color #582aaf
Complementary Color
#582aaf | #81af2a |
#582aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#582aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#582aaf Color CSS Codes
.mybgcolor {background-color:#582aaf; } .myforecolor {color:#582aaf; } .mybordercolor {border:3px solid #582aaf; }
#582aaf Text Font Color
<p style="color:#582aaf">Text here</p>
This sample text font color is #582aaf
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.
#582aaf Background Color
<div style="background-color:#582aaf">
Div content here</div>
This div background color is #582aaf
#582aaf Border Color
<div style="border:3px solid #582aaf">
Div here</div>
This div border color is #582aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,42,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #582aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #582aaf; -webkit-box-shadow: 1px 1px 3px 2px #582aaf; box-shadow: 1px 1px 3px 2px #582aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,42,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #582aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #582aaf; -webkit-box-shadow: 1px 1px 3px 2px #582aaf; box-shadow: 1px 1px 3px 2px #582aaf;">
Div content here</div>
This div box has shadow with color #582aaf
Comments
No comments written yet.
Please login to write comment.