Color spaces of #582caf
RGB | 88 | 44 | 175 |
---|---|---|---|
HSL | 0.72 | 0.60 | 0.43 |
HSV | 260° | 75° | 69° |
CMYK | 0.50 | 0.75 | 0.00 0.31 |
XYZ | 12.6630 | 6.9712 | 41.2356 |
Yxy | 6.9712 | 0.2080 | 0.1145 |
Hunter Lab | 26.4030 | 39.4040 | -74.1155 |
CIE-Lab | 31.7413 | 49.5884 | -62.3871 |
#582caf color RGB value is (88,44,175).
#582caf hex color red value is 88, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #582caf hue: 0.72 , saturation: 0.60 and the lightness value of 582caf is 0.43.
The process color (four color CMYK) of #582caf color hex is 0.50, 0.75, 0.00, 0.31. Web safe color of #582caf is #663399. Color #582caf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00101100 | 10101111 |
Octal | 130 | 54 | 257 |
Decimal | 88 | 44 | 175 |
Hex | 58 | 2C | AF |
Shades of #582caf
Tints of #582caf
RGB Percentages of Color #582caf
CMYK Percentages of Color #582caf
Complementary Color
#582caf | #83af2c |
#582caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#582caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#582caf Color CSS Codes
.mybgcolor {background-color:#582caf; } .myforecolor {color:#582caf; } .mybordercolor {border:3px solid #582caf; }
#582caf Text Font Color
<p style="color:#582caf">Text here</p>
This sample text font color is #582caf
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.
#582caf Background Color
<div style="background-color:#582caf">
Div content here</div>
This div background color is #582caf
#582caf Border Color
<div style="border:3px solid #582caf">
Div here</div>
This div border color is #582caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,44,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #582caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #582caf; -webkit-box-shadow: 1px 1px 3px 2px #582caf; box-shadow: 1px 1px 3px 2px #582caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,44,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 #582caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #582caf; -webkit-box-shadow: 1px 1px 3px 2px #582caf; box-shadow: 1px 1px 3px 2px #582caf;">
Div content here</div>
This div box has shadow with color #582caf
Comments
No comments written yet.
Please login to write comment.