Color spaces of #93085e
RGB | 147 | 8 | 94 |
---|---|---|---|
HSL | 0.90 | 0.90 | 0.30 |
HSV | 323° | 95° | 58° |
CMYK | 0.00 | 0.95 | 0.36 0.42 |
XYZ | 14.1398 | 7.1849 | 11.2312 |
Yxy | 7.1849 | 0.4343 | 0.2207 |
Hunter Lab | 26.8047 | 47.2529 | -6.0793 |
CIE-Lab | 32.2242 | 57.0715 | -10.6511 |
#93085e color RGB value is (147,8,94).
#93085e hex color red value is 147, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #93085e hue: 0.90 , saturation: 0.90 and the lightness value of 93085e is 0.30.
The process color (four color CMYK) of #93085e color hex is 0.00, 0.95, 0.36, 0.42. Web safe color of #93085e is #990066. Color #93085e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 00001000 | 01011110 |
Octal | 223 | 10 | 136 |
Decimal | 147 | 8 | 94 |
Hex | 93 | 8 | 5E |
Shades of #93085e
Tints of #93085e
RGB Percentages of Color #93085e
CMYK Percentages of Color #93085e
Complementary Color
#93085e | #08933d |
#93085e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93085e Color Preview on White Background
Lorem ipsum dolor sit amet.
#93085e Color CSS Codes
.mybgcolor {background-color:#93085e; } .myforecolor {color:#93085e; } .mybordercolor {border:3px solid #93085e; }
#93085e Text Font Color
<p style="color:#93085e">Text here</p>
This sample text font color is #93085e
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.
#93085e Background Color
<div style="background-color:#93085e">
Div content here</div>
This div background color is #93085e
#93085e Border Color
<div style="border:3px solid #93085e">
Div here</div>
This div border color is #93085e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,8,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93085e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93085e; -webkit-box-shadow: 1px 1px 3px 2px #93085e; box-shadow: 1px 1px 3px 2px #93085e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,8,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93085e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93085e; -webkit-box-shadow: 1px 1px 3px 2px #93085e; box-shadow: 1px 1px 3px 2px #93085e;">
Div content here</div>
This div box has shadow with color #93085e
Comments
No comments written yet.
Please login to write comment.