Color spaces of #69205a
RGB | 105 | 32 | 90 |
---|---|---|---|
HSL | 0.87 | 0.53 | 0.27 |
HSV | 312° | 70° | 41° |
CMYK | 0.00 | 0.70 | 0.14 0.59 |
XYZ | 8.1877 | 4.7745 | 10.1629 |
Yxy | 4.7745 | 0.3541 | 0.2065 |
Hunter Lab | 21.8506 | 28.6475 | -12.2808 |
CIE-Lab | 26.0824 | 39.4334 | -18.1668 |
#69205a color RGB value is (105,32,90).
#69205a hex color red value is 105, green value is 32 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #69205a hue: 0.87 , saturation: 0.53 and the lightness value of 69205a is 0.27.
The process color (four color CMYK) of #69205a color hex is 0.00, 0.70, 0.14, 0.59. Web safe color of #69205a is #663366. Color #69205a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00100000 | 01011010 |
Octal | 151 | 40 | 132 |
Decimal | 105 | 32 | 90 |
Hex | 69 | 20 | 5A |
Shades of #69205a
Tints of #69205a
RGB Percentages of Color #69205a
CMYK Percentages of Color #69205a
Complementary Color
#69205a | #20692f |
#69205a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69205a Color Preview on White Background
Lorem ipsum dolor sit amet.
#69205a Color CSS Codes
.mybgcolor {background-color:#69205a; } .myforecolor {color:#69205a; } .mybordercolor {border:3px solid #69205a; }
#69205a Text Font Color
<p style="color:#69205a">Text here</p>
This sample text font color is #69205a
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.
#69205a Background Color
<div style="background-color:#69205a">
Div content here</div>
This div background color is #69205a
#69205a Border Color
<div style="border:3px solid #69205a">
Div here</div>
This div border color is #69205a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,32,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69205a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69205a; -webkit-box-shadow: 1px 1px 3px 2px #69205a; box-shadow: 1px 1px 3px 2px #69205a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,32,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69205a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69205a; -webkit-box-shadow: 1px 1px 3px 2px #69205a; box-shadow: 1px 1px 3px 2px #69205a;">
Div content here</div>
This div box has shadow with color #69205a
Comments
No comments written yet.
Please login to write comment.