Color spaces of #672360
RGB | 103 | 35 | 96 |
---|---|---|---|
HSL | 0.85 | 0.49 | 0.27 |
HSV | 306° | 66° | 40° |
CMYK | 0.00 | 0.66 | 0.07 0.60 |
XYZ | 8.3059 | 4.9302 | 11.5802 |
Yxy | 4.9302 | 0.3347 | 0.1987 |
Hunter Lab | 22.2041 | 27.9146 | -15.3790 |
CIE-Lab | 26.5350 | 38.5402 | -21.4217 |
#672360 color RGB value is (103,35,96).
#672360 hex color red value is 103, green value is 35 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #672360 hue: 0.85 , saturation: 0.49 and the lightness value of 672360 is 0.27.
The process color (four color CMYK) of #672360 color hex is 0.00, 0.66, 0.07, 0.60. Web safe color of #672360 is #663366. Color #672360 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00100011 | 01100000 |
Octal | 147 | 43 | 140 |
Decimal | 103 | 35 | 96 |
Hex | 67 | 23 | 60 |
Shades of #672360
Tints of #672360
RGB Percentages of Color #672360
CMYK Percentages of Color #672360
Complementary Color
#672360 | #23672a |
#672360 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#672360 Color Preview on White Background
Lorem ipsum dolor sit amet.
#672360 Color CSS Codes
.mybgcolor {background-color:#672360; } .myforecolor {color:#672360; } .mybordercolor {border:3px solid #672360; }
#672360 Text Font Color
<p style="color:#672360">Text here</p>
This sample text font color is #672360
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.
#672360 Background Color
<div style="background-color:#672360">
Div content here</div>
This div background color is #672360
#672360 Border Color
<div style="border:3px solid #672360">
Div here</div>
This div border color is #672360
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,35,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #672360; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #672360; -webkit-box-shadow: 1px 1px 3px 2px #672360; box-shadow: 1px 1px 3px 2px #672360; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,35,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #672360">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #672360; -webkit-box-shadow: 1px 1px 3px 2px #672360; box-shadow: 1px 1px 3px 2px #672360;">
Div content here</div>
This div box has shadow with color #672360
Comments
No comments written yet.
Please login to write comment.