Color spaces of #948edc
RGB | 148 | 142 | 220 |
---|---|---|---|
HSL | 0.68 | 0.53 | 0.71 |
HSV | 245° | 35° | 86° |
CMYK | 0.33 | 0.35 | 0.00 0.14 |
XYZ | 34.8040 | 30.8092 | 71.8225 |
Yxy | 30.8092 | 0.2532 | 0.2242 |
Hunter Lab | 55.5060 | 14.7895 | -37.8646 |
CIE-Lab | 62.3462 | 20.0128 | -39.0195 |
#948edc color RGB value is (148,142,220).
#948edc hex color red value is 148, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #948edc hue: 0.68 , saturation: 0.53 and the lightness value of 948edc is 0.71.
The process color (four color CMYK) of #948edc color hex is 0.33, 0.35, 0.00, 0.14. Web safe color of #948edc is #9999cc. Color #948edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10001110 | 11011100 |
Octal | 224 | 216 | 334 |
Decimal | 148 | 142 | 220 |
Hex | 94 | 8E | DC |
Shades of #948edc
Tints of #948edc
RGB Percentages of Color #948edc
CMYK Percentages of Color #948edc
Complementary Color
#948edc | #d6dc8e |
#948edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#948edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#948edc Color CSS Codes
.mybgcolor {background-color:#948edc; } .myforecolor {color:#948edc; } .mybordercolor {border:3px solid #948edc; }
#948edc Text Font Color
<p style="color:#948edc">Text here</p>
This sample text font color is #948edc
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.
#948edc Background Color
<div style="background-color:#948edc">
Div content here</div>
This div background color is #948edc
#948edc Border Color
<div style="border:3px solid #948edc">
Div here</div>
This div border color is #948edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,142,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #948edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #948edc; -webkit-box-shadow: 1px 1px 3px 2px #948edc; box-shadow: 1px 1px 3px 2px #948edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,142,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #948edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #948edc; -webkit-box-shadow: 1px 1px 3px 2px #948edc; box-shadow: 1px 1px 3px 2px #948edc;">
Div content here</div>
This div box has shadow with color #948edc
Comments
No comments written yet.
Please login to write comment.