Color spaces of #910e8d
RGB | 145 | 14 | 141 |
---|---|---|---|
HSL | 0.84 | 0.82 | 0.31 |
HSV | 302° | 90° | 57° |
CMYK | 0.00 | 0.90 | 0.03 0.43 |
XYZ | 16.6418 | 8.2569 | 25.9159 |
Yxy | 8.2569 | 0.3275 | 0.1625 |
Hunter Lab | 28.7348 | 53.0925 | -33.3592 |
CIE-Lab | 34.5123 | 61.9949 | -36.8557 |
#910e8d color RGB value is (145,14,141).
#910e8d hex color red value is 145, green value is 14 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #910e8d hue: 0.84 , saturation: 0.82 and the lightness value of 910e8d is 0.31.
The process color (four color CMYK) of #910e8d color hex is 0.00, 0.90, 0.03, 0.43. Web safe color of #910e8d is #990099. Color #910e8d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 00001110 | 10001101 |
Octal | 221 | 16 | 215 |
Decimal | 145 | 14 | 141 |
Hex | 91 | E | 8D |
Shades of #910e8d
Tints of #910e8d
RGB Percentages of Color #910e8d
CMYK Percentages of Color #910e8d
Complementary Color
#910e8d | #0e9112 |
#910e8d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#910e8d Color Preview on White Background
Lorem ipsum dolor sit amet.
#910e8d Color CSS Codes
.mybgcolor {background-color:#910e8d; } .myforecolor {color:#910e8d; } .mybordercolor {border:3px solid #910e8d; }
#910e8d Text Font Color
<p style="color:#910e8d">Text here</p>
This sample text font color is #910e8d
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.
#910e8d Background Color
<div style="background-color:#910e8d">
Div content here</div>
This div background color is #910e8d
#910e8d Border Color
<div style="border:3px solid #910e8d">
Div here</div>
This div border color is #910e8d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,14,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #910e8d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #910e8d; -webkit-box-shadow: 1px 1px 3px 2px #910e8d; box-shadow: 1px 1px 3px 2px #910e8d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,14,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #910e8d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #910e8d; -webkit-box-shadow: 1px 1px 3px 2px #910e8d; box-shadow: 1px 1px 3px 2px #910e8d;">
Div content here</div>
This div box has shadow with color #910e8d
Comments
No comments written yet.
Please login to write comment.