Color spaces of #862dda
RGB | 134 | 45 | 218 |
---|---|---|---|
HSL | 0.75 | 0.70 | 0.52 |
HSV | 271° | 79° | 85° |
CMYK | 0.39 | 0.79 | 0.00 0.15 |
XYZ | 23.4248 | 12.0071 | 67.4126 |
Yxy | 12.0071 | 0.2278 | 0.1168 |
Hunter Lab | 34.6513 | 60.0291 | -91.0904 |
CIE-Lab | 41.2274 | 66.8145 | -71.7925 |
#862dda color RGB value is (134,45,218).
#862dda hex color red value is 134, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #862dda hue: 0.75 , saturation: 0.70 and the lightness value of 862dda is 0.52.
The process color (four color CMYK) of #862dda color hex is 0.39, 0.79, 0.00, 0.15. Web safe color of #862dda is #9933cc. Color #862dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00101101 | 11011010 |
Octal | 206 | 55 | 332 |
Decimal | 134 | 45 | 218 |
Hex | 86 | 2D | DA |
Shades of #862dda
Tints of #862dda
RGB Percentages of Color #862dda
CMYK Percentages of Color #862dda
Complementary Color
#862dda | #81da2d |
#862dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#862dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#862dda Color CSS Codes
.mybgcolor {background-color:#862dda; } .myforecolor {color:#862dda; } .mybordercolor {border:3px solid #862dda; }
#862dda Text Font Color
<p style="color:#862dda">Text here</p>
This sample text font color is #862dda
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.
#862dda Background Color
<div style="background-color:#862dda">
Div content here</div>
This div background color is #862dda
#862dda Border Color
<div style="border:3px solid #862dda">
Div here</div>
This div border color is #862dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,45,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #862dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #862dda; -webkit-box-shadow: 1px 1px 3px 2px #862dda; box-shadow: 1px 1px 3px 2px #862dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,45,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #862dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #862dda; -webkit-box-shadow: 1px 1px 3px 2px #862dda; box-shadow: 1px 1px 3px 2px #862dda;">
Div content here</div>
This div box has shadow with color #862dda
Comments
No comments written yet.
Please login to write comment.