Color spaces of #735cfd
RGB | 115 | 92 | 253 |
---|---|---|---|
HSL | 0.69 | 0.98 | 0.68 |
HSV | 249° | 64° | 99° |
CMYK | 0.55 | 0.64 | 0.00 0.01 |
XYZ | 28.6270 | 18.3910 | 94.9695 |
Yxy | 18.3910 | 0.2016 | 0.1295 |
Hunter Lab | 42.8847 | 44.1065 | -101.2801 |
CIE-Lab | 49.9670 | 50.8173 | -77.3539 |
#735cfd color RGB value is (115,92,253).
#735cfd hex color red value is 115, green value is 92 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #735cfd hue: 0.69 , saturation: 0.98 and the lightness value of 735cfd is 0.68.
The process color (four color CMYK) of #735cfd color hex is 0.55, 0.64, 0.00, 0.01. Web safe color of #735cfd is #6666ff. Color #735cfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01011100 | 11111101 |
Octal | 163 | 134 | 375 |
Decimal | 115 | 92 | 253 |
Hex | 73 | 5C | FD |
Shades of #735cfd
Tints of #735cfd
RGB Percentages of Color #735cfd
CMYK Percentages of Color #735cfd
Complementary Color
#735cfd | #e6fd5c |
#735cfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#735cfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#735cfd Color CSS Codes
.mybgcolor {background-color:#735cfd; } .myforecolor {color:#735cfd; } .mybordercolor {border:3px solid #735cfd; }
#735cfd Text Font Color
<p style="color:#735cfd">Text here</p>
This sample text font color is #735cfd
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.
#735cfd Background Color
<div style="background-color:#735cfd">
Div content here</div>
This div background color is #735cfd
#735cfd Border Color
<div style="border:3px solid #735cfd">
Div here</div>
This div border color is #735cfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,92,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #735cfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #735cfd; -webkit-box-shadow: 1px 1px 3px 2px #735cfd; box-shadow: 1px 1px 3px 2px #735cfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,92,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #735cfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #735cfd; -webkit-box-shadow: 1px 1px 3px 2px #735cfd; box-shadow: 1px 1px 3px 2px #735cfd;">
Div content here</div>
This div box has shadow with color #735cfd
Comments
No comments written yet.
Please login to write comment.