Color spaces of #8f4bde
RGB | 143 | 75 | 222 |
---|---|---|---|
HSL | 0.74 | 0.69 | 0.58 |
HSV | 268° | 66° | 87° |
CMYK | 0.36 | 0.66 | 0.00 0.13 |
XYZ | 27.0286 | 16.1457 | 70.7991 |
Yxy | 16.1457 | 0.2371 | 0.1417 |
Hunter Lab | 40.1817 | 49.7517 | -76.3402 |
CIE-Lab | 47.1651 | 56.5367 | -64.3631 |
#8f4bde color RGB value is (143,75,222).
#8f4bde hex color red value is 143, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8f4bde hue: 0.74 , saturation: 0.69 and the lightness value of 8f4bde is 0.58.
The process color (four color CMYK) of #8f4bde color hex is 0.36, 0.66, 0.00, 0.13. Web safe color of #8f4bde is #9933cc. Color #8f4bde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 01001011 | 11011110 |
Octal | 217 | 113 | 336 |
Decimal | 143 | 75 | 222 |
Hex | 8F | 4B | DE |
Shades of #8f4bde
Tints of #8f4bde
RGB Percentages of Color #8f4bde
CMYK Percentages of Color #8f4bde
Complementary Color
#8f4bde | #9ade4b |
#8f4bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8f4bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#8f4bde Color CSS Codes
.mybgcolor {background-color:#8f4bde; } .myforecolor {color:#8f4bde; } .mybordercolor {border:3px solid #8f4bde; }
#8f4bde Text Font Color
<p style="color:#8f4bde">Text here</p>
This sample text font color is #8f4bde
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.
#8f4bde Background Color
<div style="background-color:#8f4bde">
Div content here</div>
This div background color is #8f4bde
#8f4bde Border Color
<div style="border:3px solid #8f4bde">
Div here</div>
This div border color is #8f4bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,75,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8f4bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8f4bde; -webkit-box-shadow: 1px 1px 3px 2px #8f4bde; box-shadow: 1px 1px 3px 2px #8f4bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,75,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8f4bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8f4bde; -webkit-box-shadow: 1px 1px 3px 2px #8f4bde; box-shadow: 1px 1px 3px 2px #8f4bde;">
Div content here</div>
This div box has shadow with color #8f4bde
Comments
No comments written yet.
Please login to write comment.