Color spaces of #838ecd
RGB | 131 | 142 | 205 |
---|---|---|---|
HSL | 0.64 | 0.43 | 0.66 |
HSV | 231° | 36° | 80° |
CMYK | 0.36 | 0.31 | 0.00 0.20 |
XYZ | 30.0525 | 28.5791 | 61.6900 |
Yxy | 28.5791 | 0.2498 | 0.2375 |
Hunter Lab | 53.4594 | 6.7907 | -30.9967 |
CIE-Lab | 60.4084 | 11.2846 | -33.7552 |
#838ecd color RGB value is (131,142,205).
#838ecd hex color red value is 131, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #838ecd hue: 0.64 , saturation: 0.43 and the lightness value of 838ecd is 0.66.
The process color (four color CMYK) of #838ecd color hex is 0.36, 0.31, 0.00, 0.20. Web safe color of #838ecd is #9999cc. Color #838ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10001110 | 11001101 |
Octal | 203 | 216 | 315 |
Decimal | 131 | 142 | 205 |
Hex | 83 | 8E | CD |
Shades of #838ecd
Tints of #838ecd
RGB Percentages of Color #838ecd
CMYK Percentages of Color #838ecd
Complementary Color
#838ecd | #cdc283 |
#838ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#838ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#838ecd Color CSS Codes
.mybgcolor {background-color:#838ecd; } .myforecolor {color:#838ecd; } .mybordercolor {border:3px solid #838ecd; }
#838ecd Text Font Color
<p style="color:#838ecd">Text here</p>
This sample text font color is #838ecd
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.
#838ecd Background Color
<div style="background-color:#838ecd">
Div content here</div>
This div background color is #838ecd
#838ecd Border Color
<div style="border:3px solid #838ecd">
Div here</div>
This div border color is #838ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,142,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #838ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #838ecd; -webkit-box-shadow: 1px 1px 3px 2px #838ecd; box-shadow: 1px 1px 3px 2px #838ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,142,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #838ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #838ecd; -webkit-box-shadow: 1px 1px 3px 2px #838ecd; box-shadow: 1px 1px 3px 2px #838ecd;">
Div content here</div>
This div box has shadow with color #838ecd
Comments
No comments written yet.
Please login to write comment.