Color spaces of #851dec
RGB | 133 | 29 | 236 |
---|---|---|---|
HSL | 0.75 | 0.84 | 0.52 |
HSV | 270° | 88° | 93° |
CMYK | 0.44 | 0.88 | 0.00 0.07 |
XYZ | 25.2526 | 11.9214 | 80.3270 |
Yxy | 11.9214 | 0.2149 | 0.1015 |
Hunter Lab | 34.5274 | 70.1282 | -113.7674 |
CIE-Lab | 41.0909 | 75.3530 | -82.2836 |
#851dec color RGB value is (133,29,236).
#851dec hex color red value is 133, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #851dec hue: 0.75 , saturation: 0.84 and the lightness value of 851dec is 0.52.
The process color (four color CMYK) of #851dec color hex is 0.44, 0.88, 0.00, 0.07. Web safe color of #851dec is #9933ff. Color #851dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00011101 | 11101100 |
Octal | 205 | 35 | 354 |
Decimal | 133 | 29 | 236 |
Hex | 85 | 1D | EC |
Shades of #851dec
Tints of #851dec
RGB Percentages of Color #851dec
CMYK Percentages of Color #851dec
Complementary Color
#851dec | #84ec1d |
#851dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#851dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#851dec Color CSS Codes
.mybgcolor {background-color:#851dec; } .myforecolor {color:#851dec; } .mybordercolor {border:3px solid #851dec; }
#851dec Text Font Color
<p style="color:#851dec">Text here</p>
This sample text font color is #851dec
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.
#851dec Background Color
<div style="background-color:#851dec">
Div content here</div>
This div background color is #851dec
#851dec Border Color
<div style="border:3px solid #851dec">
Div here</div>
This div border color is #851dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,29,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #851dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #851dec; -webkit-box-shadow: 1px 1px 3px 2px #851dec; box-shadow: 1px 1px 3px 2px #851dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,29,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #851dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #851dec; -webkit-box-shadow: 1px 1px 3px 2px #851dec; box-shadow: 1px 1px 3px 2px #851dec;">
Div content here</div>
This div box has shadow with color #851dec
Comments
No comments written yet.
Please login to write comment.