Color spaces of #848add
RGB | 132 | 138 | 221 |
---|---|---|---|
HSL | 0.66 | 0.57 | 0.69 |
HSV | 236° | 40° | 87° |
CMYK | 0.40 | 0.38 | 0.00 0.13 |
XYZ | 31.6553 | 28.3029 | 72.2012 |
Yxy | 28.3029 | 0.2395 | 0.2142 |
Hunter Lab | 53.2005 | 13.1101 | -43.2253 |
CIE-Lab | 60.1614 | 18.3001 | -43.0919 |
#848add color RGB value is (132,138,221).
#848add hex color red value is 132, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #848add hue: 0.66 , saturation: 0.57 and the lightness value of 848add is 0.69.
The process color (four color CMYK) of #848add color hex is 0.40, 0.38, 0.00, 0.13. Web safe color of #848add is #9999cc. Color #848add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10001010 | 11011101 |
Octal | 204 | 212 | 335 |
Decimal | 132 | 138 | 221 |
Hex | 84 | 8A | DD |
Shades of #848add
Tints of #848add
RGB Percentages of Color #848add
CMYK Percentages of Color #848add
Complementary Color
#848add | #ddd784 |
#848add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#848add Color Preview on White Background
Lorem ipsum dolor sit amet.
#848add Color CSS Codes
.mybgcolor {background-color:#848add; } .myforecolor {color:#848add; } .mybordercolor {border:3px solid #848add; }
#848add Text Font Color
<p style="color:#848add">Text here</p>
This sample text font color is #848add
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.
#848add Background Color
<div style="background-color:#848add">
Div content here</div>
This div background color is #848add
#848add Border Color
<div style="border:3px solid #848add">
Div here</div>
This div border color is #848add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,138,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #848add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #848add; -webkit-box-shadow: 1px 1px 3px 2px #848add; box-shadow: 1px 1px 3px 2px #848add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,138,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #848add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #848add; -webkit-box-shadow: 1px 1px 3px 2px #848add; box-shadow: 1px 1px 3px 2px #848add;">
Div content here</div>
This div box has shadow with color #848add
Comments
No comments written yet.
Please login to write comment.