Color spaces of #935468
RGB | 147 | 84 | 104 |
---|---|---|---|
HSL | 0.95 | 0.27 | 0.45 |
HSV | 341° | 43° | 58° |
CMYK | 0.00 | 0.43 | 0.29 0.42 |
XYZ | 17.7016 | 13.5432 | 14.7778 |
Yxy | 13.5432 | 0.3846 | 0.2943 |
Hunter Lab | 36.8011 | 21.4579 | 1.9523 |
CIE-Lab | 43.5706 | 28.7666 | -0.0732 |
#935468 color RGB value is (147,84,104).
#935468 hex color red value is 147, green value is 84 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #935468 hue: 0.95 , saturation: 0.27 and the lightness value of 935468 is 0.45.
The process color (four color CMYK) of #935468 color hex is 0.00, 0.43, 0.29, 0.42. Web safe color of #935468 is #996666. Color #935468 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01010100 | 01101000 |
Octal | 223 | 124 | 150 |
Decimal | 147 | 84 | 104 |
Hex | 93 | 54 | 68 |
Shades of #935468
Tints of #935468
RGB Percentages of Color #935468
CMYK Percentages of Color #935468
Complementary Color
#935468 | #54937f |
#935468 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#935468 Color Preview on White Background
Lorem ipsum dolor sit amet.
#935468 Color CSS Codes
.mybgcolor {background-color:#935468; } .myforecolor {color:#935468; } .mybordercolor {border:3px solid #935468; }
#935468 Text Font Color
<p style="color:#935468">Text here</p>
This sample text font color is #935468
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.
#935468 Background Color
<div style="background-color:#935468">
Div content here</div>
This div background color is #935468
#935468 Border Color
<div style="border:3px solid #935468">
Div here</div>
This div border color is #935468
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,84,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #935468; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #935468; -webkit-box-shadow: 1px 1px 3px 2px #935468; box-shadow: 1px 1px 3px 2px #935468; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,84,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #935468">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #935468; -webkit-box-shadow: 1px 1px 3px 2px #935468; box-shadow: 1px 1px 3px 2px #935468;">
Div content here</div>
This div box has shadow with color #935468
Comments
No comments written yet.
Please login to write comment.