Color spaces of #588ece
RGB | 88 | 142 | 206 |
---|---|---|---|
HSL | 0.59 | 0.55 | 0.58 |
HSV | 213° | 57° | 81° |
CMYK | 0.57 | 0.31 | 0.00 0.19 |
XYZ | 24.8381 | 25.8769 | 62.0782 |
Yxy | 25.8769 | 0.2202 | 0.2294 |
Hunter Lab | 50.8693 | -1.8647 | -36.7458 |
CIE-Lab | 57.9200 | 1.0454 | -38.3918 |
#588ece color RGB value is (88,142,206).
#588ece hex color red value is 88, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #588ece hue: 0.59 , saturation: 0.55 and the lightness value of 588ece is 0.58.
The process color (four color CMYK) of #588ece color hex is 0.57, 0.31, 0.00, 0.19. Web safe color of #588ece is #6699cc. Color #588ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10001110 | 11001110 |
Octal | 130 | 216 | 316 |
Decimal | 88 | 142 | 206 |
Hex | 58 | 8E | CE |
Shades of #588ece
Tints of #588ece
RGB Percentages of Color #588ece
CMYK Percentages of Color #588ece
Complementary Color
#588ece | #ce9858 |
#588ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#588ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#588ece Color CSS Codes
.mybgcolor {background-color:#588ece; } .myforecolor {color:#588ece; } .mybordercolor {border:3px solid #588ece; }
#588ece Text Font Color
<p style="color:#588ece">Text here</p>
This sample text font color is #588ece
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.
#588ece Background Color
<div style="background-color:#588ece">
Div content here</div>
This div background color is #588ece
#588ece Border Color
<div style="border:3px solid #588ece">
Div here</div>
This div border color is #588ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,142,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #588ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #588ece; -webkit-box-shadow: 1px 1px 3px 2px #588ece; box-shadow: 1px 1px 3px 2px #588ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,142,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #588ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #588ece; -webkit-box-shadow: 1px 1px 3px 2px #588ece; box-shadow: 1px 1px 3px 2px #588ece;">
Div content here</div>
This div box has shadow with color #588ece
Comments
No comments written yet.
Please login to write comment.