Color spaces of #805ec2
RGB | 128 | 94 | 194 |
---|---|---|---|
HSL | 0.72 | 0.45 | 0.56 |
HSV | 260° | 52° | 76° |
CMYK | 0.34 | 0.52 | 0.00 0.24 |
XYZ | 22.6424 | 16.4896 | 53.0284 |
Yxy | 16.4896 | 0.2457 | 0.1789 |
Hunter Lab | 40.6074 | 28.4674 | -49.0005 |
CIE-Lab | 47.6104 | 35.7719 | -47.6815 |
#805ec2 color RGB value is (128,94,194).
#805ec2 hex color red value is 128, green value is 94 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #805ec2 hue: 0.72 , saturation: 0.45 and the lightness value of 805ec2 is 0.56.
The process color (four color CMYK) of #805ec2 color hex is 0.34, 0.52, 0.00, 0.24. Web safe color of #805ec2 is #9966cc. Color #805ec2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01011110 | 11000010 |
Octal | 200 | 136 | 302 |
Decimal | 128 | 94 | 194 |
Hex | 80 | 5E | C2 |
Shades of #805ec2
Tints of #805ec2
RGB Percentages of Color #805ec2
CMYK Percentages of Color #805ec2
Complementary Color
#805ec2 | #a0c25e |
#805ec2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#805ec2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#805ec2 Color CSS Codes
.mybgcolor {background-color:#805ec2; } .myforecolor {color:#805ec2; } .mybordercolor {border:3px solid #805ec2; }
#805ec2 Text Font Color
<p style="color:#805ec2">Text here</p>
This sample text font color is #805ec2
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.
#805ec2 Background Color
<div style="background-color:#805ec2">
Div content here</div>
This div background color is #805ec2
#805ec2 Border Color
<div style="border:3px solid #805ec2">
Div here</div>
This div border color is #805ec2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,94,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #805ec2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #805ec2; -webkit-box-shadow: 1px 1px 3px 2px #805ec2; box-shadow: 1px 1px 3px 2px #805ec2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,94,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #805ec2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #805ec2; -webkit-box-shadow: 1px 1px 3px 2px #805ec2; box-shadow: 1px 1px 3px 2px #805ec2;">
Div content here</div>
This div box has shadow with color #805ec2
Comments
No comments written yet.
Please login to write comment.