Color spaces of #5875dc
RGB | 88 | 117 | 220 |
---|---|---|---|
HSL | 0.63 | 0.65 | 0.60 |
HSV | 227° | 60° | 86° |
CMYK | 0.60 | 0.47 | 0.00 0.14 |
XYZ | 23.3041 | 19.9646 | 70.3354 |
Yxy | 19.9646 | 0.2051 | 0.1757 |
Hunter Lab | 44.6818 | 14.9049 | -62.0536 |
CIE-Lab | 51.7972 | 20.7158 | -55.9976 |
#5875dc color RGB value is (88,117,220).
#5875dc hex color red value is 88, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5875dc hue: 0.63 , saturation: 0.65 and the lightness value of 5875dc is 0.60.
The process color (four color CMYK) of #5875dc color hex is 0.60, 0.47, 0.00, 0.14. Web safe color of #5875dc is #6666cc. Color #5875dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 01110101 | 11011100 |
Octal | 130 | 165 | 334 |
Decimal | 88 | 117 | 220 |
Hex | 58 | 75 | DC |
Shades of #5875dc
Tints of #5875dc
RGB Percentages of Color #5875dc
CMYK Percentages of Color #5875dc
Complementary Color
#5875dc | #dcbf58 |
#5875dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5875dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5875dc Color CSS Codes
.mybgcolor {background-color:#5875dc; } .myforecolor {color:#5875dc; } .mybordercolor {border:3px solid #5875dc; }
#5875dc Text Font Color
<p style="color:#5875dc">Text here</p>
This sample text font color is #5875dc
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.
#5875dc Background Color
<div style="background-color:#5875dc">
Div content here</div>
This div background color is #5875dc
#5875dc Border Color
<div style="border:3px solid #5875dc">
Div here</div>
This div border color is #5875dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,117,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5875dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5875dc; -webkit-box-shadow: 1px 1px 3px 2px #5875dc; box-shadow: 1px 1px 3px 2px #5875dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,117,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 #5875dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5875dc; -webkit-box-shadow: 1px 1px 3px 2px #5875dc; box-shadow: 1px 1px 3px 2px #5875dc;">
Div content here</div>
This div box has shadow with color #5875dc
Comments
No comments written yet.
Please login to write comment.