Color spaces of #8e58db
RGB | 142 | 88 | 219 |
---|---|---|---|
HSL | 0.74 | 0.65 | 0.60 |
HSV | 265° | 60° | 86° |
CMYK | 0.35 | 0.60 | 0.00 0.14 |
XYZ | 27.4312 | 17.8447 | 69.0164 |
Yxy | 17.8447 | 0.2400 | 0.1561 |
Hunter Lab | 42.2430 | 41.9868 | -67.2976 |
CIE-Lab | 49.3072 | 48.9279 | -59.2031 |
#8e58db color RGB value is (142,88,219).
#8e58db hex color red value is 142, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8e58db hue: 0.74 , saturation: 0.65 and the lightness value of 8e58db is 0.60.
The process color (four color CMYK) of #8e58db color hex is 0.35, 0.60, 0.00, 0.14. Web safe color of #8e58db is #9966cc. Color #8e58db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 01011000 | 11011011 |
Octal | 216 | 130 | 333 |
Decimal | 142 | 88 | 219 |
Hex | 8E | 58 | DB |
Shades of #8e58db
Tints of #8e58db
RGB Percentages of Color #8e58db
CMYK Percentages of Color #8e58db
Complementary Color
#8e58db | #a5db58 |
#8e58db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8e58db Color Preview on White Background
Lorem ipsum dolor sit amet.
#8e58db Color CSS Codes
.mybgcolor {background-color:#8e58db; } .myforecolor {color:#8e58db; } .mybordercolor {border:3px solid #8e58db; }
#8e58db Text Font Color
<p style="color:#8e58db">Text here</p>
This sample text font color is #8e58db
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.
#8e58db Background Color
<div style="background-color:#8e58db">
Div content here</div>
This div background color is #8e58db
#8e58db Border Color
<div style="border:3px solid #8e58db">
Div here</div>
This div border color is #8e58db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,88,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8e58db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8e58db; -webkit-box-shadow: 1px 1px 3px 2px #8e58db; box-shadow: 1px 1px 3px 2px #8e58db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,88,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8e58db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8e58db; -webkit-box-shadow: 1px 1px 3px 2px #8e58db; box-shadow: 1px 1px 3px 2px #8e58db;">
Div content here</div>
This div box has shadow with color #8e58db
Comments
No comments written yet.
Please login to write comment.