Color spaces of #804cca
RGB | 128 | 76 | 202 |
---|---|---|---|
HSL | 0.74 | 0.54 | 0.55 |
HSV | 265° | 62° | 79° |
CMYK | 0.37 | 0.62 | 0.00 0.21 |
XYZ | 22.1472 | 14.0223 | 57.4164 |
Yxy | 14.0223 | 0.2367 | 0.1498 |
Hunter Lab | 37.4464 | 40.0405 | -64.6967 |
CIE-Lab | 44.2649 | 47.9158 | -57.6754 |
#804cca color RGB value is (128,76,202).
#804cca hex color red value is 128, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #804cca hue: 0.74 , saturation: 0.54 and the lightness value of 804cca is 0.55.
The process color (four color CMYK) of #804cca color hex is 0.37, 0.62, 0.00, 0.21. Web safe color of #804cca is #9933cc. Color #804cca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01001100 | 11001010 |
Octal | 200 | 114 | 312 |
Decimal | 128 | 76 | 202 |
Hex | 80 | 4C | CA |
Shades of #804cca
Tints of #804cca
RGB Percentages of Color #804cca
CMYK Percentages of Color #804cca
Complementary Color
#804cca | #96ca4c |
#804cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#804cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#804cca Color CSS Codes
.mybgcolor {background-color:#804cca; } .myforecolor {color:#804cca; } .mybordercolor {border:3px solid #804cca; }
#804cca Text Font Color
<p style="color:#804cca">Text here</p>
This sample text font color is #804cca
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.
#804cca Background Color
<div style="background-color:#804cca">
Div content here</div>
This div background color is #804cca
#804cca Border Color
<div style="border:3px solid #804cca">
Div here</div>
This div border color is #804cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,76,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #804cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #804cca; -webkit-box-shadow: 1px 1px 3px 2px #804cca; box-shadow: 1px 1px 3px 2px #804cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,76,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #804cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #804cca; -webkit-box-shadow: 1px 1px 3px 2px #804cca; box-shadow: 1px 1px 3px 2px #804cca;">
Div content here</div>
This div box has shadow with color #804cca
Comments
No comments written yet.
Please login to write comment.