Color spaces of #635081
RGB | 99 | 80 | 129 |
---|---|---|---|
HSL | 0.73 | 0.23 | 0.41 |
HSV | 263° | 38° | 51° |
CMYK | 0.23 | 0.38 | 0.00 0.49 |
XYZ | 11.9767 | 9.9749 | 22.0630 |
Yxy | 9.9749 | 0.2721 | 0.2266 |
Hunter Lab | 31.5831 | 12.4191 | -19.3101 |
CIE-Lab | 37.7973 | 18.7852 | -24.7172 |
#635081 color RGB value is (99,80,129).
#635081 hex color red value is 99, green value is 80 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #635081 hue: 0.73 , saturation: 0.23 and the lightness value of 635081 is 0.41.
The process color (four color CMYK) of #635081 color hex is 0.23, 0.38, 0.00, 0.49. Web safe color of #635081 is #666699. Color #635081 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 01010000 | 10000001 |
Octal | 143 | 120 | 201 |
Decimal | 99 | 80 | 129 |
Hex | 63 | 50 | 81 |
Shades of #635081
Tints of #635081
RGB Percentages of Color #635081
CMYK Percentages of Color #635081
Complementary Color
#635081 | #6e8150 |
#635081 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#635081 Color Preview on White Background
Lorem ipsum dolor sit amet.
#635081 Color CSS Codes
.mybgcolor {background-color:#635081; } .myforecolor {color:#635081; } .mybordercolor {border:3px solid #635081; }
#635081 Text Font Color
<p style="color:#635081">Text here</p>
This sample text font color is #635081
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.
#635081 Background Color
<div style="background-color:#635081">
Div content here</div>
This div background color is #635081
#635081 Border Color
<div style="border:3px solid #635081">
Div here</div>
This div border color is #635081
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,80,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #635081; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #635081; -webkit-box-shadow: 1px 1px 3px 2px #635081; box-shadow: 1px 1px 3px 2px #635081; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,80,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #635081">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #635081; -webkit-box-shadow: 1px 1px 3px 2px #635081; box-shadow: 1px 1px 3px 2px #635081;">
Div content here</div>
This div box has shadow with color #635081
Comments
No comments written yet.
Please login to write comment.