Color spaces of #5818bd
RGB | 88 | 24 | 189 |
---|---|---|---|
HSL | 0.73 | 0.77 | 0.42 |
HSV | 263° | 87° | 74° |
CMYK | 0.53 | 0.87 | 0.00 0.26 |
XYZ | 13.5364 | 6.4021 | 48.6664 |
Yxy | 6.4021 | 0.1973 | 0.0933 |
Hunter Lab | 25.3024 | 51.2157 | -96.3263 |
CIE-Lab | 30.4051 | 61.0890 | -72.9073 |
#5818bd color RGB value is (88,24,189).
#5818bd hex color red value is 88, green value is 24 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5818bd hue: 0.73 , saturation: 0.77 and the lightness value of 5818bd is 0.42.
The process color (four color CMYK) of #5818bd color hex is 0.53, 0.87, 0.00, 0.26. Web safe color of #5818bd is #6600cc. Color #5818bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00011000 | 10111101 |
Octal | 130 | 30 | 275 |
Decimal | 88 | 24 | 189 |
Hex | 58 | 18 | BD |
Shades of #5818bd
Tints of #5818bd
RGB Percentages of Color #5818bd
CMYK Percentages of Color #5818bd
Complementary Color
#5818bd | #7dbd18 |
#5818bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5818bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5818bd Color CSS Codes
.mybgcolor {background-color:#5818bd; } .myforecolor {color:#5818bd; } .mybordercolor {border:3px solid #5818bd; }
#5818bd Text Font Color
<p style="color:#5818bd">Text here</p>
This sample text font color is #5818bd
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.
#5818bd Background Color
<div style="background-color:#5818bd">
Div content here</div>
This div background color is #5818bd
#5818bd Border Color
<div style="border:3px solid #5818bd">
Div here</div>
This div border color is #5818bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,24,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5818bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5818bd; -webkit-box-shadow: 1px 1px 3px 2px #5818bd; box-shadow: 1px 1px 3px 2px #5818bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,24,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5818bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5818bd; -webkit-box-shadow: 1px 1px 3px 2px #5818bd; box-shadow: 1px 1px 3px 2px #5818bd;">
Div content here</div>
This div box has shadow with color #5818bd
Comments
No comments written yet.
Please login to write comment.