Color spaces of #600151
RGB | 96 | 1 | 81 |
---|---|---|---|
HSL | 0.86 | 0.98 | 0.19 |
HSV | 309° | 99° | 38° |
CMYK | 0.00 | 0.99 | 0.16 0.62 |
XYZ | 6.3199 | 3.1026 | 8.0503 |
Yxy | 3.1026 | 0.3617 | 0.1776 |
Hunter Lab | 17.6142 | 33.2202 | -14.7676 |
CIE-Lab | 20.4502 | 45.4503 | -21.0971 |
#600151 color RGB value is (96,1,81).
#600151 hex color red value is 96, green value is 1 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #600151 hue: 0.86 , saturation: 0.98 and the lightness value of 600151 is 0.19.
The process color (four color CMYK) of #600151 color hex is 0.00, 0.99, 0.16, 0.62. Web safe color of #600151 is #660066. Color #600151 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00000001 | 01010001 |
Octal | 140 | 1 | 121 |
Decimal | 96 | 1 | 81 |
Hex | 60 | 1 | 51 |
Shades of #600151
Tints of #600151
RGB Percentages of Color #600151
CMYK Percentages of Color #600151
Complementary Color
#600151 | #016010 |
#600151 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#600151 Color Preview on White Background
Lorem ipsum dolor sit amet.
#600151 Color CSS Codes
.mybgcolor {background-color:#600151; } .myforecolor {color:#600151; } .mybordercolor {border:3px solid #600151; }
#600151 Text Font Color
<p style="color:#600151">Text here</p>
This sample text font color is #600151
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.
#600151 Background Color
<div style="background-color:#600151">
Div content here</div>
This div background color is #600151
#600151 Border Color
<div style="border:3px solid #600151">
Div here</div>
This div border color is #600151
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,1,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #600151; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #600151; -webkit-box-shadow: 1px 1px 3px 2px #600151; box-shadow: 1px 1px 3px 2px #600151; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,1,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #600151">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #600151; -webkit-box-shadow: 1px 1px 3px 2px #600151; box-shadow: 1px 1px 3px 2px #600151;">
Div content here</div>
This div box has shadow with color #600151
Comments
No comments written yet.
Please login to write comment.