Color spaces of #736cfb
RGB | 115 | 108 | 251 |
---|---|---|---|
HSL | 0.67 | 0.95 | 0.70 |
HSV | 243° | 57° | 98° |
CMYK | 0.54 | 0.57 | 0.00 0.02 |
XYZ | 29.8454 | 21.3350 | 93.8118 |
Yxy | 21.3350 | 0.2058 | 0.1471 |
Hunter Lab | 46.1898 | 34.5050 | -88.0855 |
CIE-Lab | 53.3142 | 41.0786 | -70.8031 |
#736cfb color RGB value is (115,108,251).
#736cfb hex color red value is 115, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #736cfb hue: 0.67 , saturation: 0.95 and the lightness value of 736cfb is 0.70.
The process color (four color CMYK) of #736cfb color hex is 0.54, 0.57, 0.00, 0.02. Web safe color of #736cfb is #6666ff. Color #736cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01101100 | 11111011 |
Octal | 163 | 154 | 373 |
Decimal | 115 | 108 | 251 |
Hex | 73 | 6C | FB |
Shades of #736cfb
Tints of #736cfb
RGB Percentages of Color #736cfb
CMYK Percentages of Color #736cfb
Complementary Color
#736cfb | #f4fb6c |
#736cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#736cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#736cfb Color CSS Codes
.mybgcolor {background-color:#736cfb; } .myforecolor {color:#736cfb; } .mybordercolor {border:3px solid #736cfb; }
#736cfb Text Font Color
<p style="color:#736cfb">Text here</p>
This sample text font color is #736cfb
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.
#736cfb Background Color
<div style="background-color:#736cfb">
Div content here</div>
This div background color is #736cfb
#736cfb Border Color
<div style="border:3px solid #736cfb">
Div here</div>
This div border color is #736cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,108,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #736cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #736cfb; -webkit-box-shadow: 1px 1px 3px 2px #736cfb; box-shadow: 1px 1px 3px 2px #736cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,108,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #736cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #736cfb; -webkit-box-shadow: 1px 1px 3px 2px #736cfb; box-shadow: 1px 1px 3px 2px #736cfb;">
Div content here</div>
This div box has shadow with color #736cfb
Comments
No comments written yet.
Please login to write comment.