Color spaces of #736ccb
RGB | 115 | 108 | 203 |
---|---|---|---|
HSL | 0.68 | 0.48 | 0.61 |
HSV | 244° | 47° | 80° |
CMYK | 0.43 | 0.47 | 0.00 0.20 |
XYZ | 23.2123 | 18.6818 | 58.8824 |
Yxy | 18.6818 | 0.2303 | 0.1854 |
Hunter Lab | 43.2224 | 20.2228 | -50.5157 |
CIE-Lab | 50.3128 | 26.7023 | -48.6116 |
#736ccb color RGB value is (115,108,203).
#736ccb hex color red value is 115, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #736ccb hue: 0.68 , saturation: 0.48 and the lightness value of 736ccb is 0.61.
The process color (four color CMYK) of #736ccb color hex is 0.43, 0.47, 0.00, 0.20. Web safe color of #736ccb is #6666cc. Color #736ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01101100 | 11001011 |
Octal | 163 | 154 | 313 |
Decimal | 115 | 108 | 203 |
Hex | 73 | 6C | CB |
Shades of #736ccb
Tints of #736ccb
RGB Percentages of Color #736ccb
CMYK Percentages of Color #736ccb
Complementary Color
#736ccb | #c4cb6c |
#736ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#736ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#736ccb Color CSS Codes
.mybgcolor {background-color:#736ccb; } .myforecolor {color:#736ccb; } .mybordercolor {border:3px solid #736ccb; }
#736ccb Text Font Color
<p style="color:#736ccb">Text here</p>
This sample text font color is #736ccb
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.
#736ccb Background Color
<div style="background-color:#736ccb">
Div content here</div>
This div background color is #736ccb
#736ccb Border Color
<div style="border:3px solid #736ccb">
Div here</div>
This div border color is #736ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,108,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #736ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #736ccb; -webkit-box-shadow: 1px 1px 3px 2px #736ccb; box-shadow: 1px 1px 3px 2px #736ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,108,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #736ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #736ccb; -webkit-box-shadow: 1px 1px 3px 2px #736ccb; box-shadow: 1px 1px 3px 2px #736ccb;">
Div content here</div>
This div box has shadow with color #736ccb
Comments
No comments written yet.
Please login to write comment.