Color spaces of #8461dc
RGB | 132 | 97 | 220 |
---|---|---|---|
HSL | 0.71 | 0.64 | 0.62 |
HSV | 257° | 56° | 86° |
CMYK | 0.40 | 0.56 | 0.00 0.14 |
XYZ | 26.7087 | 18.6222 | 69.8969 |
Yxy | 18.6222 | 0.2318 | 0.1616 |
Hunter Lab | 43.1534 | 34.9594 | -65.8263 |
CIE-Lab | 50.2422 | 41.9707 | -58.3184 |
#8461dc color RGB value is (132,97,220).
#8461dc hex color red value is 132, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8461dc hue: 0.71 , saturation: 0.64 and the lightness value of 8461dc is 0.62.
The process color (four color CMYK) of #8461dc color hex is 0.40, 0.56, 0.00, 0.14. Web safe color of #8461dc is #9966cc. Color #8461dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01100001 | 11011100 |
Octal | 204 | 141 | 334 |
Decimal | 132 | 97 | 220 |
Hex | 84 | 61 | DC |
Shades of #8461dc
Tints of #8461dc
RGB Percentages of Color #8461dc
CMYK Percentages of Color #8461dc
Complementary Color
#8461dc | #b9dc61 |
#8461dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8461dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8461dc Color CSS Codes
.mybgcolor {background-color:#8461dc; } .myforecolor {color:#8461dc; } .mybordercolor {border:3px solid #8461dc; }
#8461dc Text Font Color
<p style="color:#8461dc">Text here</p>
This sample text font color is #8461dc
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.
#8461dc Background Color
<div style="background-color:#8461dc">
Div content here</div>
This div background color is #8461dc
#8461dc Border Color
<div style="border:3px solid #8461dc">
Div here</div>
This div border color is #8461dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,97,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8461dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8461dc; -webkit-box-shadow: 1px 1px 3px 2px #8461dc; box-shadow: 1px 1px 3px 2px #8461dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,97,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 #8461dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8461dc; -webkit-box-shadow: 1px 1px 3px 2px #8461dc; box-shadow: 1px 1px 3px 2px #8461dc;">
Div content here</div>
This div box has shadow with color #8461dc
Comments
No comments written yet.
Please login to write comment.