Color spaces of #8286ed
RGB | 130 | 134 | 237 |
---|---|---|---|
HSL | 0.66 | 0.75 | 0.72 |
HSV | 238° | 45° | 93° |
CMYK | 0.45 | 0.43 | 0.00 0.07 |
XYZ | 33.0171 | 27.9104 | 83.7678 |
Yxy | 27.9104 | 0.2282 | 0.1929 |
Hunter Lab | 52.8303 | 19.1033 | -57.0291 |
CIE-Lab | 59.8077 | 24.7250 | -52.5576 |
#8286ed color RGB value is (130,134,237).
#8286ed hex color red value is 130, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8286ed hue: 0.66 , saturation: 0.75 and the lightness value of 8286ed is 0.72.
The process color (four color CMYK) of #8286ed color hex is 0.45, 0.43, 0.00, 0.07. Web safe color of #8286ed is #9999ff. Color #8286ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 10000110 | 11101101 |
Octal | 202 | 206 | 355 |
Decimal | 130 | 134 | 237 |
Hex | 82 | 86 | ED |
Shades of #8286ed
Tints of #8286ed
RGB Percentages of Color #8286ed
CMYK Percentages of Color #8286ed
Complementary Color
#8286ed | #ede982 |
#8286ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8286ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#8286ed Color CSS Codes
.mybgcolor {background-color:#8286ed; } .myforecolor {color:#8286ed; } .mybordercolor {border:3px solid #8286ed; }
#8286ed Text Font Color
<p style="color:#8286ed">Text here</p>
This sample text font color is #8286ed
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.
#8286ed Background Color
<div style="background-color:#8286ed">
Div content here</div>
This div background color is #8286ed
#8286ed Border Color
<div style="border:3px solid #8286ed">
Div here</div>
This div border color is #8286ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,134,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8286ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8286ed; -webkit-box-shadow: 1px 1px 3px 2px #8286ed; box-shadow: 1px 1px 3px 2px #8286ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,134,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8286ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8286ed; -webkit-box-shadow: 1px 1px 3px 2px #8286ed; box-shadow: 1px 1px 3px 2px #8286ed;">
Div content here</div>
This div box has shadow with color #8286ed
Comments
No comments written yet.
Please login to write comment.