Color spaces of #94458d
RGB | 148 | 69 | 141 |
---|---|---|---|
HSL | 0.85 | 0.36 | 0.43 |
HSV | 305° | 53° | 58° |
CMYK | 0.00 | 0.53 | 0.05 0.42 |
XYZ | 19.1486 | 12.4752 | 26.5980 |
Yxy | 12.4752 | 0.3289 | 0.2143 |
Hunter Lab | 35.3202 | 34.9620 | -19.9243 |
CIE-Lab | 41.9616 | 43.2792 | -25.0901 |
#94458d color RGB value is (148,69,141).
#94458d hex color red value is 148, green value is 69 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #94458d hue: 0.85 , saturation: 0.36 and the lightness value of 94458d is 0.43.
The process color (four color CMYK) of #94458d color hex is 0.00, 0.53, 0.05, 0.42. Web safe color of #94458d is #993399. Color #94458d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01000101 | 10001101 |
Octal | 224 | 105 | 215 |
Decimal | 148 | 69 | 141 |
Hex | 94 | 45 | 8D |
Shades of #94458d
Tints of #94458d
RGB Percentages of Color #94458d
CMYK Percentages of Color #94458d
Complementary Color
#94458d | #45944c |
#94458d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94458d Color Preview on White Background
Lorem ipsum dolor sit amet.
#94458d Color CSS Codes
.mybgcolor {background-color:#94458d; } .myforecolor {color:#94458d; } .mybordercolor {border:3px solid #94458d; }
#94458d Text Font Color
<p style="color:#94458d">Text here</p>
This sample text font color is #94458d
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.
#94458d Background Color
<div style="background-color:#94458d">
Div content here</div>
This div background color is #94458d
#94458d Border Color
<div style="border:3px solid #94458d">
Div here</div>
This div border color is #94458d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,69,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94458d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94458d; -webkit-box-shadow: 1px 1px 3px 2px #94458d; box-shadow: 1px 1px 3px 2px #94458d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,69,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 #94458d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94458d; -webkit-box-shadow: 1px 1px 3px 2px #94458d; box-shadow: 1px 1px 3px 2px #94458d;">
Div content here</div>
This div box has shadow with color #94458d
Comments
No comments written yet.
Please login to write comment.