Color spaces of #582ceb
RGB | 88 | 44 | 235 |
---|---|---|---|
HSL | 0.71 | 0.83 | 0.55 |
HSV | 254° | 81° | 92° |
CMYK | 0.63 | 0.81 | 0.00 0.08 |
XYZ | 19.9206 | 9.8742 | 79.4532 |
Yxy | 9.8742 | 0.1823 | 0.0904 |
Hunter Lab | 31.4232 | 58.1685 | -127.9176 |
CIE-Lab | 37.6157 | 65.8989 | -87.6177 |
#582ceb color RGB value is (88,44,235).
#582ceb hex color red value is 88, green value is 44 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #582ceb hue: 0.71 , saturation: 0.83 and the lightness value of 582ceb is 0.55.
The process color (four color CMYK) of #582ceb color hex is 0.63, 0.81, 0.00, 0.08. Web safe color of #582ceb is #6633ff. Color #582ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00101100 | 11101011 |
Octal | 130 | 54 | 353 |
Decimal | 88 | 44 | 235 |
Hex | 58 | 2C | EB |
Shades of #582ceb
Tints of #582ceb
RGB Percentages of Color #582ceb
CMYK Percentages of Color #582ceb
Complementary Color
#582ceb | #bfeb2c |
#582ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#582ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#582ceb Color CSS Codes
.mybgcolor {background-color:#582ceb; } .myforecolor {color:#582ceb; } .mybordercolor {border:3px solid #582ceb; }
#582ceb Text Font Color
<p style="color:#582ceb">Text here</p>
This sample text font color is #582ceb
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.
#582ceb Background Color
<div style="background-color:#582ceb">
Div content here</div>
This div background color is #582ceb
#582ceb Border Color
<div style="border:3px solid #582ceb">
Div here</div>
This div border color is #582ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,44,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #582ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #582ceb; -webkit-box-shadow: 1px 1px 3px 2px #582ceb; box-shadow: 1px 1px 3px 2px #582ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,44,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #582ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #582ceb; -webkit-box-shadow: 1px 1px 3px 2px #582ceb; box-shadow: 1px 1px 3px 2px #582ceb;">
Div content here</div>
This div box has shadow with color #582ceb
Comments
No comments written yet.
Please login to write comment.