Color spaces of #8141dc
RGB | 129 | 65 | 220 |
---|---|---|---|
HSL | 0.74 | 0.69 | 0.56 |
HSV | 265° | 70° | 86° |
CMYK | 0.41 | 0.70 | 0.00 0.14 |
XYZ | 23.8618 | 13.6150 | 69.0805 |
Yxy | 13.6150 | 0.2239 | 0.1278 |
Hunter Lab | 36.8985 | 50.8613 | -85.1724 |
CIE-Lab | 43.6757 | 58.1991 | -68.9658 |
#8141dc color RGB value is (129,65,220).
#8141dc hex color red value is 129, green value is 65 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8141dc hue: 0.74 , saturation: 0.69 and the lightness value of 8141dc is 0.56.
The process color (four color CMYK) of #8141dc color hex is 0.41, 0.70, 0.00, 0.14. Web safe color of #8141dc is #9933cc. Color #8141dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01000001 | 11011100 |
Octal | 201 | 101 | 334 |
Decimal | 129 | 65 | 220 |
Hex | 81 | 41 | DC |
Shades of #8141dc
Tints of #8141dc
RGB Percentages of Color #8141dc
CMYK Percentages of Color #8141dc
Complementary Color
#8141dc | #9cdc41 |
#8141dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8141dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8141dc Color CSS Codes
.mybgcolor {background-color:#8141dc; } .myforecolor {color:#8141dc; } .mybordercolor {border:3px solid #8141dc; }
#8141dc Text Font Color
<p style="color:#8141dc">Text here</p>
This sample text font color is #8141dc
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.
#8141dc Background Color
<div style="background-color:#8141dc">
Div content here</div>
This div background color is #8141dc
#8141dc Border Color
<div style="border:3px solid #8141dc">
Div here</div>
This div border color is #8141dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,65,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8141dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8141dc; -webkit-box-shadow: 1px 1px 3px 2px #8141dc; box-shadow: 1px 1px 3px 2px #8141dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,65,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 #8141dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8141dc; -webkit-box-shadow: 1px 1px 3px 2px #8141dc; box-shadow: 1px 1px 3px 2px #8141dc;">
Div content here</div>
This div box has shadow with color #8141dc
Comments
No comments written yet.
Please login to write comment.