Color spaces of #804ecf
RGB | 128 | 78 | 207 |
---|---|---|---|
HSL | 0.73 | 0.57 | 0.56 |
HSV | 263° | 62° | 81° |
CMYK | 0.38 | 0.62 | 0.00 0.19 |
XYZ | 22.8890 | 14.5430 | 60.6322 |
Yxy | 14.5430 | 0.2334 | 0.1483 |
Hunter Lab | 38.1353 | 40.3999 | -67.5719 |
CIE-Lab | 45.0018 | 48.1369 | -59.3668 |
#804ecf color RGB value is (128,78,207).
#804ecf hex color red value is 128, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #804ecf hue: 0.73 , saturation: 0.57 and the lightness value of 804ecf is 0.56.
The process color (four color CMYK) of #804ecf color hex is 0.38, 0.62, 0.00, 0.19. Web safe color of #804ecf is #9966cc. Color #804ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01001110 | 11001111 |
Octal | 200 | 116 | 317 |
Decimal | 128 | 78 | 207 |
Hex | 80 | 4E | CF |
Shades of #804ecf
Tints of #804ecf
RGB Percentages of Color #804ecf
CMYK Percentages of Color #804ecf
Complementary Color
#804ecf | #9dcf4e |
#804ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#804ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#804ecf Color CSS Codes
.mybgcolor {background-color:#804ecf; } .myforecolor {color:#804ecf; } .mybordercolor {border:3px solid #804ecf; }
#804ecf Text Font Color
<p style="color:#804ecf">Text here</p>
This sample text font color is #804ecf
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.
#804ecf Background Color
<div style="background-color:#804ecf">
Div content here</div>
This div background color is #804ecf
#804ecf Border Color
<div style="border:3px solid #804ecf">
Div here</div>
This div border color is #804ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,78,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #804ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #804ecf; -webkit-box-shadow: 1px 1px 3px 2px #804ecf; box-shadow: 1px 1px 3px 2px #804ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,78,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #804ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #804ecf; -webkit-box-shadow: 1px 1px 3px 2px #804ecf; box-shadow: 1px 1px 3px 2px #804ecf;">
Div content here</div>
This div box has shadow with color #804ecf
Comments
No comments written yet.
Please login to write comment.