Color spaces of #632cbd
RGB | 99 | 44 | 189 |
---|---|---|---|
HSL | 0.73 | 0.62 | 0.46 |
HSV | 263° | 77° | 74° |
CMYK | 0.48 | 0.77 | 0.00 0.26 |
XYZ | 15.2316 | 8.1281 | 48.9102 |
Yxy | 8.1281 | 0.2108 | 0.1125 |
Hunter Lab | 28.5098 | 45.4729 | -81.7584 |
CIE-Lab | 34.2483 | 54.9976 | -66.5360 |
#632cbd color RGB value is (99,44,189).
#632cbd hex color red value is 99, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #632cbd hue: 0.73 , saturation: 0.62 and the lightness value of 632cbd is 0.46.
The process color (four color CMYK) of #632cbd color hex is 0.48, 0.77, 0.00, 0.26. Web safe color of #632cbd is #6633cc. Color #632cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 00101100 | 10111101 |
Octal | 143 | 54 | 275 |
Decimal | 99 | 44 | 189 |
Hex | 63 | 2C | BD |
Shades of #632cbd
Tints of #632cbd
RGB Percentages of Color #632cbd
CMYK Percentages of Color #632cbd
Complementary Color
#632cbd | #86bd2c |
#632cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#632cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#632cbd Color CSS Codes
.mybgcolor {background-color:#632cbd; } .myforecolor {color:#632cbd; } .mybordercolor {border:3px solid #632cbd; }
#632cbd Text Font Color
<p style="color:#632cbd">Text here</p>
This sample text font color is #632cbd
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.
#632cbd Background Color
<div style="background-color:#632cbd">
Div content here</div>
This div background color is #632cbd
#632cbd Border Color
<div style="border:3px solid #632cbd">
Div here</div>
This div border color is #632cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,44,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #632cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #632cbd; -webkit-box-shadow: 1px 1px 3px 2px #632cbd; box-shadow: 1px 1px 3px 2px #632cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,44,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #632cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #632cbd; -webkit-box-shadow: 1px 1px 3px 2px #632cbd; box-shadow: 1px 1px 3px 2px #632cbd;">
Div content here</div>
This div box has shadow with color #632cbd
Comments
No comments written yet.
Please login to write comment.