Color spaces of #834dde
RGB | 131 | 77 | 222 |
---|---|---|---|
HSL | 0.73 | 0.69 | 0.59 |
HSV | 262° | 65° | 87° |
CMYK | 0.41 | 0.65 | 0.00 0.13 |
XYZ | 25.1988 | 15.4070 | 70.7530 |
Yxy | 15.4070 | 0.2263 | 0.1384 |
Hunter Lab | 39.2518 | 45.9027 | -79.3966 |
CIE-Lab | 46.1867 | 53.1601 | -66.0123 |
#834dde color RGB value is (131,77,222).
#834dde hex color red value is 131, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #834dde hue: 0.73 , saturation: 0.69 and the lightness value of 834dde is 0.59.
The process color (four color CMYK) of #834dde color hex is 0.41, 0.65, 0.00, 0.13. Web safe color of #834dde is #9966cc. Color #834dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01001101 | 11011110 |
Octal | 203 | 115 | 336 |
Decimal | 131 | 77 | 222 |
Hex | 83 | 4D | DE |
Shades of #834dde
Tints of #834dde
RGB Percentages of Color #834dde
CMYK Percentages of Color #834dde
Complementary Color
#834dde | #a8de4d |
#834dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#834dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#834dde Color CSS Codes
.mybgcolor {background-color:#834dde; } .myforecolor {color:#834dde; } .mybordercolor {border:3px solid #834dde; }
#834dde Text Font Color
<p style="color:#834dde">Text here</p>
This sample text font color is #834dde
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.
#834dde Background Color
<div style="background-color:#834dde">
Div content here</div>
This div background color is #834dde
#834dde Border Color
<div style="border:3px solid #834dde">
Div here</div>
This div border color is #834dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,77,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #834dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #834dde; -webkit-box-shadow: 1px 1px 3px 2px #834dde; box-shadow: 1px 1px 3px 2px #834dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,77,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #834dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #834dde; -webkit-box-shadow: 1px 1px 3px 2px #834dde; box-shadow: 1px 1px 3px 2px #834dde;">
Div content here</div>
This div box has shadow with color #834dde
Comments
No comments written yet.
Please login to write comment.