Color spaces of #584ceb
RGB | 88 | 76 | 235 |
---|---|---|---|
HSL | 0.68 | 0.80 | 0.61 |
HSV | 245° | 68° | 92° |
CMYK | 0.63 | 0.68 | 0.00 0.08 |
XYZ | 21.6043 | 13.2417 | 80.0145 |
Yxy | 13.2417 | 0.1881 | 0.1153 |
Hunter Lab | 36.3891 | 42.2948 | -104.8978 |
CIE-Lab | 43.1252 | 50.2934 | -78.5416 |
#584ceb color RGB value is (88,76,235).
#584ceb hex color red value is 88, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #584ceb hue: 0.68 , saturation: 0.80 and the lightness value of 584ceb is 0.61.
The process color (four color CMYK) of #584ceb color hex is 0.63, 0.68, 0.00, 0.08. Web safe color of #584ceb is #6633ff. Color #584ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 01001100 | 11101011 |
Octal | 130 | 114 | 353 |
Decimal | 88 | 76 | 235 |
Hex | 58 | 4C | EB |
Shades of #584ceb
Tints of #584ceb
RGB Percentages of Color #584ceb
CMYK Percentages of Color #584ceb
Complementary Color
#584ceb | #dfeb4c |
#584ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#584ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#584ceb Color CSS Codes
.mybgcolor {background-color:#584ceb; } .myforecolor {color:#584ceb; } .mybordercolor {border:3px solid #584ceb; }
#584ceb Text Font Color
<p style="color:#584ceb">Text here</p>
This sample text font color is #584ceb
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.
#584ceb Background Color
<div style="background-color:#584ceb">
Div content here</div>
This div background color is #584ceb
#584ceb Border Color
<div style="border:3px solid #584ceb">
Div here</div>
This div border color is #584ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,76,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #584ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #584ceb; -webkit-box-shadow: 1px 1px 3px 2px #584ceb; box-shadow: 1px 1px 3px 2px #584ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,76,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 #584ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #584ceb; -webkit-box-shadow: 1px 1px 3px 2px #584ceb; box-shadow: 1px 1px 3px 2px #584ceb;">
Div content here</div>
This div box has shadow with color #584ceb
Comments
No comments written yet.
Please login to write comment.