Color spaces of #949ddc
RGB | 148 | 157 | 220 |
---|---|---|---|
HSL | 0.65 | 0.51 | 0.72 |
HSV | 233° | 33° | 86° |
CMYK | 0.33 | 0.29 | 0.00 0.14 |
XYZ | 37.1880 | 35.5771 | 72.6172 |
Yxy | 35.5771 | 0.2558 | 0.2447 |
Hunter Lab | 59.6465 | 6.9085 | -30.4305 |
CIE-Lab | 66.1955 | 11.4088 | -33.0226 |
#949ddc color RGB value is (148,157,220).
#949ddc hex color red value is 148, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #949ddc hue: 0.65 , saturation: 0.51 and the lightness value of 949ddc is 0.72.
The process color (four color CMYK) of #949ddc color hex is 0.33, 0.29, 0.00, 0.14. Web safe color of #949ddc is #9999cc. Color #949ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10011101 | 11011100 |
Octal | 224 | 235 | 334 |
Decimal | 148 | 157 | 220 |
Hex | 94 | 9D | DC |
Shades of #949ddc
Tints of #949ddc
RGB Percentages of Color #949ddc
CMYK Percentages of Color #949ddc
Complementary Color
#949ddc | #dcd394 |
#949ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#949ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#949ddc Color CSS Codes
.mybgcolor {background-color:#949ddc; } .myforecolor {color:#949ddc; } .mybordercolor {border:3px solid #949ddc; }
#949ddc Text Font Color
<p style="color:#949ddc">Text here</p>
This sample text font color is #949ddc
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.
#949ddc Background Color
<div style="background-color:#949ddc">
Div content here</div>
This div background color is #949ddc
#949ddc Border Color
<div style="border:3px solid #949ddc">
Div here</div>
This div border color is #949ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,157,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #949ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #949ddc; -webkit-box-shadow: 1px 1px 3px 2px #949ddc; box-shadow: 1px 1px 3px 2px #949ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,157,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 #949ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #949ddc; -webkit-box-shadow: 1px 1px 3px 2px #949ddc; box-shadow: 1px 1px 3px 2px #949ddc;">
Div content here</div>
This div box has shadow with color #949ddc
Comments
No comments written yet.
Please login to write comment.