Color spaces of #632bed
RGB | 99 | 43 | 237 |
---|---|---|---|
HSL | 0.71 | 0.84 | 0.55 |
HSV | 257° | 82° | 93° |
CMYK | 0.58 | 0.82 | 0.00 0.07 |
XYZ | 21.2955 | 10.4948 | 81.0241 |
Yxy | 10.4948 | 0.1888 | 0.0930 |
Hunter Lab | 32.3957 | 60.6456 | -125.6119 |
CIE-Lab | 38.7162 | 67.8368 | -86.8992 |
#632bed color RGB value is (99,43,237).
#632bed hex color red value is 99, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #632bed hue: 0.71 , saturation: 0.84 and the lightness value of 632bed is 0.55.
The process color (four color CMYK) of #632bed color hex is 0.58, 0.82, 0.00, 0.07. Web safe color of #632bed is #6633ff. Color #632bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 00101011 | 11101101 |
Octal | 143 | 53 | 355 |
Decimal | 99 | 43 | 237 |
Hex | 63 | 2B | ED |
Shades of #632bed
Tints of #632bed
RGB Percentages of Color #632bed
CMYK Percentages of Color #632bed
Complementary Color
#632bed | #b5ed2b |
#632bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#632bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#632bed Color CSS Codes
.mybgcolor {background-color:#632bed; } .myforecolor {color:#632bed; } .mybordercolor {border:3px solid #632bed; }
#632bed Text Font Color
<p style="color:#632bed">Text here</p>
This sample text font color is #632bed
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.
#632bed Background Color
<div style="background-color:#632bed">
Div content here</div>
This div background color is #632bed
#632bed Border Color
<div style="border:3px solid #632bed">
Div here</div>
This div border color is #632bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,43,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #632bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #632bed; -webkit-box-shadow: 1px 1px 3px 2px #632bed; box-shadow: 1px 1px 3px 2px #632bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,43,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #632bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #632bed; -webkit-box-shadow: 1px 1px 3px 2px #632bed; box-shadow: 1px 1px 3px 2px #632bed;">
Div content here</div>
This div box has shadow with color #632bed
Comments
No comments written yet.
Please login to write comment.