Color spaces of #850ddc
RGB | 133 | 13 | 220 |
---|---|---|---|
HSL | 0.76 | 0.89 | 0.46 |
HSV | 275° | 94° | 86° |
CMYK | 0.40 | 0.94 | 0.00 0.14 |
XYZ | 22.7351 | 10.4417 | 68.5273 |
Yxy | 10.4417 | 0.2235 | 0.1027 |
Hunter Lab | 32.3136 | 69.0396 | -103.1164 |
CIE-Lab | 38.6238 | 74.9297 | -77.2160 |
#850ddc color RGB value is (133,13,220).
#850ddc hex color red value is 133, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #850ddc hue: 0.76 , saturation: 0.89 and the lightness value of 850ddc is 0.46.
The process color (four color CMYK) of #850ddc color hex is 0.40, 0.94, 0.00, 0.14. Web safe color of #850ddc is #9900cc. Color #850ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00001101 | 11011100 |
Octal | 205 | 15 | 334 |
Decimal | 133 | 13 | 220 |
Hex | 85 | D | DC |
Shades of #850ddc
Tints of #850ddc
RGB Percentages of Color #850ddc
CMYK Percentages of Color #850ddc
Complementary Color
#850ddc | #64dc0d |
#850ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#850ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#850ddc Color CSS Codes
.mybgcolor {background-color:#850ddc; } .myforecolor {color:#850ddc; } .mybordercolor {border:3px solid #850ddc; }
#850ddc Text Font Color
<p style="color:#850ddc">Text here</p>
This sample text font color is #850ddc
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.
#850ddc Background Color
<div style="background-color:#850ddc">
Div content here</div>
This div background color is #850ddc
#850ddc Border Color
<div style="border:3px solid #850ddc">
Div here</div>
This div border color is #850ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,13,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #850ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #850ddc; -webkit-box-shadow: 1px 1px 3px 2px #850ddc; box-shadow: 1px 1px 3px 2px #850ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,13,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 #850ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #850ddc; -webkit-box-shadow: 1px 1px 3px 2px #850ddc; box-shadow: 1px 1px 3px 2px #850ddc;">
Div content here</div>
This div box has shadow with color #850ddc
Comments
No comments written yet.
Please login to write comment.