Color spaces of #632170
RGB | 99 | 33 | 112 |
---|---|---|---|
HSL | 0.81 | 0.54 | 0.28 |
HSV | 290° | 71° | 44° |
CMYK | 0.12 | 0.71 | 0.00 0.56 |
XYZ | 8.6141 | 4.9102 | 15.8230 |
Yxy | 4.9102 | 0.2935 | 0.1673 |
Hunter Lab | 22.1590 | 30.6121 | -26.8258 |
CIE-Lab | 26.4774 | 41.4996 | -31.9124 |
#632170 color RGB value is (99,33,112).
#632170 hex color red value is 99, green value is 33 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #632170 hue: 0.81 , saturation: 0.54 and the lightness value of 632170 is 0.28.
The process color (four color CMYK) of #632170 color hex is 0.12, 0.71, 0.00, 0.56. Web safe color of #632170 is #663366. Color #632170 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 00100001 | 01110000 |
Octal | 143 | 41 | 160 |
Decimal | 99 | 33 | 112 |
Hex | 63 | 21 | 70 |
Shades of #632170
Tints of #632170
RGB Percentages of Color #632170
CMYK Percentages of Color #632170
Complementary Color
#632170 | #2e7021 |
#632170 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#632170 Color Preview on White Background
Lorem ipsum dolor sit amet.
#632170 Color CSS Codes
.mybgcolor {background-color:#632170; } .myforecolor {color:#632170; } .mybordercolor {border:3px solid #632170; }
#632170 Text Font Color
<p style="color:#632170">Text here</p>
This sample text font color is #632170
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.
#632170 Background Color
<div style="background-color:#632170">
Div content here</div>
This div background color is #632170
#632170 Border Color
<div style="border:3px solid #632170">
Div here</div>
This div border color is #632170
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,33,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #632170; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #632170; -webkit-box-shadow: 1px 1px 3px 2px #632170; box-shadow: 1px 1px 3px 2px #632170; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,33,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #632170">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #632170; -webkit-box-shadow: 1px 1px 3px 2px #632170; box-shadow: 1px 1px 3px 2px #632170;">
Div content here</div>
This div box has shadow with color #632170
Comments
No comments written yet.
Please login to write comment.