Color spaces of #8758da
RGB | 135 | 88 | 218 |
---|---|---|---|
HSL | 0.73 | 0.64 | 0.60 |
HSV | 262° | 60° | 85° |
CMYK | 0.38 | 0.60 | 0.00 0.15 |
XYZ | 26.1363 | 17.1923 | 68.2706 |
Yxy | 17.1923 | 0.2342 | 0.1541 |
Hunter Lab | 41.4636 | 39.9550 | -68.5976 |
CIE-Lab | 48.5014 | 47.1177 | -59.9712 |
#8758da color RGB value is (135,88,218).
#8758da hex color red value is 135, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8758da hue: 0.73 , saturation: 0.64 and the lightness value of 8758da is 0.60.
The process color (four color CMYK) of #8758da color hex is 0.38, 0.60, 0.00, 0.15. Web safe color of #8758da is #9966cc. Color #8758da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01011000 | 11011010 |
Octal | 207 | 130 | 332 |
Decimal | 135 | 88 | 218 |
Hex | 87 | 58 | DA |
Shades of #8758da
Tints of #8758da
RGB Percentages of Color #8758da
CMYK Percentages of Color #8758da
Complementary Color
#8758da | #abda58 |
#8758da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8758da Color Preview on White Background
Lorem ipsum dolor sit amet.
#8758da Color CSS Codes
.mybgcolor {background-color:#8758da; } .myforecolor {color:#8758da; } .mybordercolor {border:3px solid #8758da; }
#8758da Text Font Color
<p style="color:#8758da">Text here</p>
This sample text font color is #8758da
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.
#8758da Background Color
<div style="background-color:#8758da">
Div content here</div>
This div background color is #8758da
#8758da Border Color
<div style="border:3px solid #8758da">
Div here</div>
This div border color is #8758da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,88,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8758da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8758da; -webkit-box-shadow: 1px 1px 3px 2px #8758da; box-shadow: 1px 1px 3px 2px #8758da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,88,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8758da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8758da; -webkit-box-shadow: 1px 1px 3px 2px #8758da; box-shadow: 1px 1px 3px 2px #8758da;">
Div content here</div>
This div box has shadow with color #8758da
Comments
No comments written yet.
Please login to write comment.