Color spaces of #5853dc
RGB | 88 | 83 | 220 |
---|---|---|---|
HSL | 0.67 | 0.66 | 0.59 |
HSV | 242° | 62° | 86° |
CMYK | 0.60 | 0.62 | 0.00 0.14 |
XYZ | 20.0360 | 13.4285 | 69.2461 |
Yxy | 13.4285 | 0.1951 | 0.1307 |
Hunter Lab | 36.6449 | 33.4682 | -86.3860 |
CIE-Lab | 43.4019 | 41.5307 | -69.5750 |
#5853dc color RGB value is (88,83,220).
#5853dc hex color red value is 88, green value is 83 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5853dc hue: 0.67 , saturation: 0.66 and the lightness value of 5853dc is 0.59.
The process color (four color CMYK) of #5853dc color hex is 0.60, 0.62, 0.00, 0.14. Web safe color of #5853dc is #6666cc. Color #5853dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 01010011 | 11011100 |
Octal | 130 | 123 | 334 |
Decimal | 88 | 83 | 220 |
Hex | 58 | 53 | DC |
Shades of #5853dc
Tints of #5853dc
RGB Percentages of Color #5853dc
CMYK Percentages of Color #5853dc
Complementary Color
#5853dc | #d7dc53 |
#5853dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5853dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5853dc Color CSS Codes
.mybgcolor {background-color:#5853dc; } .myforecolor {color:#5853dc; } .mybordercolor {border:3px solid #5853dc; }
#5853dc Text Font Color
<p style="color:#5853dc">Text here</p>
This sample text font color is #5853dc
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.
#5853dc Background Color
<div style="background-color:#5853dc">
Div content here</div>
This div background color is #5853dc
#5853dc Border Color
<div style="border:3px solid #5853dc">
Div here</div>
This div border color is #5853dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,83,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5853dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5853dc; -webkit-box-shadow: 1px 1px 3px 2px #5853dc; box-shadow: 1px 1px 3px 2px #5853dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,83,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5853dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5853dc; -webkit-box-shadow: 1px 1px 3px 2px #5853dc; box-shadow: 1px 1px 3px 2px #5853dc;">
Div content here</div>
This div box has shadow with color #5853dc
Comments
No comments written yet.
Please login to write comment.