Color spaces of #600752
RGB | 96 | 7 | 82 |
---|---|---|---|
HSL | 0.86 | 0.86 | 0.20 |
HSV | 309° | 93° | 38° |
CMYK | 0.00 | 0.93 | 0.15 0.62 |
XYZ | 6.4228 | 3.2480 | 8.2710 |
Yxy | 3.2480 | 0.3580 | 0.1810 |
Hunter Lab | 18.0222 | 32.0754 | -14.5946 |
CIE-Lab | 21.0109 | 44.1268 | -20.8905 |
#600752 color RGB value is (96,7,82).
#600752 hex color red value is 96, green value is 7 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #600752 hue: 0.86 , saturation: 0.86 and the lightness value of 600752 is 0.20.
The process color (four color CMYK) of #600752 color hex is 0.00, 0.93, 0.15, 0.62. Web safe color of #600752 is #660066. Color #600752 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00000111 | 01010010 |
Octal | 140 | 7 | 122 |
Decimal | 96 | 7 | 82 |
Hex | 60 | 7 | 52 |
Shades of #600752
Tints of #600752
RGB Percentages of Color #600752
CMYK Percentages of Color #600752
Complementary Color
#600752 | #076015 |
#600752 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#600752 Color Preview on White Background
Lorem ipsum dolor sit amet.
#600752 Color CSS Codes
.mybgcolor {background-color:#600752; } .myforecolor {color:#600752; } .mybordercolor {border:3px solid #600752; }
#600752 Text Font Color
<p style="color:#600752">Text here</p>
This sample text font color is #600752
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.
#600752 Background Color
<div style="background-color:#600752">
Div content here</div>
This div background color is #600752
#600752 Border Color
<div style="border:3px solid #600752">
Div here</div>
This div border color is #600752
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,7,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #600752; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #600752; -webkit-box-shadow: 1px 1px 3px 2px #600752; box-shadow: 1px 1px 3px 2px #600752; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,7,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #600752">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #600752; -webkit-box-shadow: 1px 1px 3px 2px #600752; box-shadow: 1px 1px 3px 2px #600752;">
Div content here</div>
This div box has shadow with color #600752
Comments
No comments written yet.
Please login to write comment.