Color spaces of #80069d
RGB | 128 | 6 | 157 |
---|---|---|---|
HSL | 0.80 | 0.93 | 0.32 |
HSV | 288° | 96° | 62° |
CMYK | 0.18 | 0.96 | 0.00 0.38 |
XYZ | 15.0530 | 7.1538 | 32.4857 |
Yxy | 7.1538 | 0.2752 | 0.1308 |
Hunter Lab | 26.7466 | 53.6534 | -53.2895 |
CIE-Lab | 32.1545 | 62.9568 | -50.6163 |
#80069d color RGB value is (128,6,157).
#80069d hex color red value is 128, green value is 6 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #80069d hue: 0.80 , saturation: 0.93 and the lightness value of 80069d is 0.32.
The process color (four color CMYK) of #80069d color hex is 0.18, 0.96, 0.00, 0.38. Web safe color of #80069d is #990099. Color #80069d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00000110 | 10011101 |
Octal | 200 | 6 | 235 |
Decimal | 128 | 6 | 157 |
Hex | 80 | 6 | 9D |
Shades of #80069d
Tints of #80069d
RGB Percentages of Color #80069d
CMYK Percentages of Color #80069d
Complementary Color
#80069d | #239d06 |
#80069d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80069d Color Preview on White Background
Lorem ipsum dolor sit amet.
#80069d Color CSS Codes
.mybgcolor {background-color:#80069d; } .myforecolor {color:#80069d; } .mybordercolor {border:3px solid #80069d; }
#80069d Text Font Color
<p style="color:#80069d">Text here</p>
This sample text font color is #80069d
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.
#80069d Background Color
<div style="background-color:#80069d">
Div content here</div>
This div background color is #80069d
#80069d Border Color
<div style="border:3px solid #80069d">
Div here</div>
This div border color is #80069d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,6,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80069d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80069d; -webkit-box-shadow: 1px 1px 3px 2px #80069d; box-shadow: 1px 1px 3px 2px #80069d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,6,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80069d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80069d; -webkit-box-shadow: 1px 1px 3px 2px #80069d; box-shadow: 1px 1px 3px 2px #80069d;">
Div content here</div>
This div box has shadow with color #80069d
#80069d Color Palettes
Comments
No comments written yet.
Please login to write comment.