Color spaces of #736ceb
RGB | 115 | 108 | 235 |
---|---|---|---|
HSL | 0.68 | 0.76 | 0.67 |
HSV | 243° | 54° | 92° |
CMYK | 0.51 | 0.54 | 0.00 0.08 |
XYZ | 27.4282 | 20.3681 | 81.0831 |
Yxy | 20.3681 | 0.2128 | 0.1580 |
Hunter Lab | 45.1310 | 29.5033 | -74.9296 |
CIE-Lab | 52.2509 | 36.2276 | -63.6076 |
#736ceb color RGB value is (115,108,235).
#736ceb hex color red value is 115, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #736ceb hue: 0.68 , saturation: 0.76 and the lightness value of 736ceb is 0.67.
The process color (four color CMYK) of #736ceb color hex is 0.51, 0.54, 0.00, 0.08. Web safe color of #736ceb is #6666ff. Color #736ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01101100 | 11101011 |
Octal | 163 | 154 | 353 |
Decimal | 115 | 108 | 235 |
Hex | 73 | 6C | EB |
Shades of #736ceb
Tints of #736ceb
RGB Percentages of Color #736ceb
CMYK Percentages of Color #736ceb
Complementary Color
#736ceb | #e4eb6c |
#736ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#736ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#736ceb Color CSS Codes
.mybgcolor {background-color:#736ceb; } .myforecolor {color:#736ceb; } .mybordercolor {border:3px solid #736ceb; }
#736ceb Text Font Color
<p style="color:#736ceb">Text here</p>
This sample text font color is #736ceb
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.
#736ceb Background Color
<div style="background-color:#736ceb">
Div content here</div>
This div background color is #736ceb
#736ceb Border Color
<div style="border:3px solid #736ceb">
Div here</div>
This div border color is #736ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,108,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #736ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #736ceb; -webkit-box-shadow: 1px 1px 3px 2px #736ceb; box-shadow: 1px 1px 3px 2px #736ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,108,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #736ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #736ceb; -webkit-box-shadow: 1px 1px 3px 2px #736ceb; box-shadow: 1px 1px 3px 2px #736ceb;">
Div content here</div>
This div box has shadow with color #736ceb
Comments
No comments written yet.
Please login to write comment.