Color spaces of #734361
RGB | 115 | 67 | 97 |
---|---|---|---|
HSL | 0.90 | 0.26 | 0.36 |
HSV | 323° | 42° | 45° |
CMYK | 0.00 | 0.42 | 0.16 0.55 |
XYZ | 11.2351 | 8.5222 | 12.3621 |
Yxy | 8.5222 | 0.3498 | 0.2653 |
Hunter Lab | 29.1928 | 17.6098 | -4.6722 |
CIE-Lab | 35.0476 | 25.3531 | -8.8312 |
#734361 color RGB value is (115,67,97).
#734361 hex color red value is 115, green value is 67 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #734361 hue: 0.90 , saturation: 0.26 and the lightness value of 734361 is 0.36.
The process color (four color CMYK) of #734361 color hex is 0.00, 0.42, 0.16, 0.55. Web safe color of #734361 is #663366. Color #734361 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01000011 | 01100001 |
Octal | 163 | 103 | 141 |
Decimal | 115 | 67 | 97 |
Hex | 73 | 43 | 61 |
Shades of #734361
Tints of #734361
RGB Percentages of Color #734361
CMYK Percentages of Color #734361
Complementary Color
#734361 | #437355 |
#734361 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#734361 Color Preview on White Background
Lorem ipsum dolor sit amet.
#734361 Color CSS Codes
.mybgcolor {background-color:#734361; } .myforecolor {color:#734361; } .mybordercolor {border:3px solid #734361; }
#734361 Text Font Color
<p style="color:#734361">Text here</p>
This sample text font color is #734361
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.
#734361 Background Color
<div style="background-color:#734361">
Div content here</div>
This div background color is #734361
#734361 Border Color
<div style="border:3px solid #734361">
Div here</div>
This div border color is #734361
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,67,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #734361; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #734361; -webkit-box-shadow: 1px 1px 3px 2px #734361; box-shadow: 1px 1px 3px 2px #734361; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,67,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #734361">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #734361; -webkit-box-shadow: 1px 1px 3px 2px #734361; box-shadow: 1px 1px 3px 2px #734361;">
Div content here</div>
This div box has shadow with color #734361
Comments
No comments written yet.
Please login to write comment.