Color spaces of #69319e
RGB | 105 | 49 | 158 |
---|---|---|---|
HSL | 0.75 | 0.53 | 0.41 |
HSV | 271° | 69° | 62° |
CMYK | 0.34 | 0.69 | 0.00 0.38 |
XYZ | 13.0956 | 7.6685 | 33.1377 |
Yxy | 7.6685 | 0.2430 | 0.1423 |
Hunter Lab | 27.6921 | 35.9517 | -51.5649 |
CIE-Lab | 33.2827 | 45.8197 | -49.5592 |
#69319e color RGB value is (105,49,158).
#69319e hex color red value is 105, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #69319e hue: 0.75 , saturation: 0.53 and the lightness value of 69319e is 0.41.
The process color (four color CMYK) of #69319e color hex is 0.34, 0.69, 0.00, 0.38. Web safe color of #69319e is #663399. Color #69319e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00110001 | 10011110 |
Octal | 151 | 61 | 236 |
Decimal | 105 | 49 | 158 |
Hex | 69 | 31 | 9E |
Shades of #69319e
Tints of #69319e
RGB Percentages of Color #69319e
CMYK Percentages of Color #69319e
Complementary Color
#69319e | #669e31 |
#69319e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69319e Color Preview on White Background
Lorem ipsum dolor sit amet.
#69319e Color CSS Codes
.mybgcolor {background-color:#69319e; } .myforecolor {color:#69319e; } .mybordercolor {border:3px solid #69319e; }
#69319e Text Font Color
<p style="color:#69319e">Text here</p>
This sample text font color is #69319e
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.
#69319e Background Color
<div style="background-color:#69319e">
Div content here</div>
This div background color is #69319e
#69319e Border Color
<div style="border:3px solid #69319e">
Div here</div>
This div border color is #69319e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,49,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69319e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69319e; -webkit-box-shadow: 1px 1px 3px 2px #69319e; box-shadow: 1px 1px 3px 2px #69319e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,49,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69319e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69319e; -webkit-box-shadow: 1px 1px 3px 2px #69319e; box-shadow: 1px 1px 3px 2px #69319e;">
Div content here</div>
This div box has shadow with color #69319e
Comments
No comments written yet.
Please login to write comment.