Color spaces of #70265e
RGB | 112 | 38 | 94 |
---|---|---|---|
HSL | 0.87 | 0.49 | 0.29 |
HSV | 315° | 66° | 44° |
CMYK | 0.00 | 0.66 | 0.16 0.56 |
XYZ | 9.3956 | 5.6391 | 11.1829 |
Yxy | 5.6391 | 0.3584 | 0.2151 |
Hunter Lab | 23.7468 | 29.0680 | -11.2982 |
CIE-Lab | 28.4831 | 39.4507 | -16.9667 |
#70265e color RGB value is (112,38,94).
#70265e hex color red value is 112, green value is 38 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #70265e hue: 0.87 , saturation: 0.49 and the lightness value of 70265e is 0.29.
The process color (four color CMYK) of #70265e color hex is 0.00, 0.66, 0.16, 0.56. Web safe color of #70265e is #663366. Color #70265e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00100110 | 01011110 |
Octal | 160 | 46 | 136 |
Decimal | 112 | 38 | 94 |
Hex | 70 | 26 | 5E |
Shades of #70265e
Tints of #70265e
RGB Percentages of Color #70265e
CMYK Percentages of Color #70265e
Complementary Color
#70265e | #267038 |
#70265e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70265e Color Preview on White Background
Lorem ipsum dolor sit amet.
#70265e Color CSS Codes
.mybgcolor {background-color:#70265e; } .myforecolor {color:#70265e; } .mybordercolor {border:3px solid #70265e; }
#70265e Text Font Color
<p style="color:#70265e">Text here</p>
This sample text font color is #70265e
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.
#70265e Background Color
<div style="background-color:#70265e">
Div content here</div>
This div background color is #70265e
#70265e Border Color
<div style="border:3px solid #70265e">
Div here</div>
This div border color is #70265e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,38,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70265e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70265e; -webkit-box-shadow: 1px 1px 3px 2px #70265e; box-shadow: 1px 1px 3px 2px #70265e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,38,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70265e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70265e; -webkit-box-shadow: 1px 1px 3px 2px #70265e; box-shadow: 1px 1px 3px 2px #70265e;">
Div content here</div>
This div box has shadow with color #70265e
Comments
No comments written yet.
Please login to write comment.