Color spaces of #735ffd
RGB | 115 | 95 | 253 |
---|---|---|---|
HSL | 0.69 | 0.98 | 0.68 |
HSV | 248° | 62° | 99° |
CMYK | 0.55 | 0.62 | 0.00 0.01 |
XYZ | 28.8921 | 18.9211 | 95.0579 |
Yxy | 18.9211 | 0.2022 | 0.1324 |
Hunter Lab | 43.4984 | 42.4394 | -99.1187 |
CIE-Lab | 50.5948 | 49.1426 | -76.3307 |
#735ffd color RGB value is (115,95,253).
#735ffd hex color red value is 115, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #735ffd hue: 0.69 , saturation: 0.98 and the lightness value of 735ffd is 0.68.
The process color (four color CMYK) of #735ffd color hex is 0.55, 0.62, 0.00, 0.01. Web safe color of #735ffd is #6666ff. Color #735ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01011111 | 11111101 |
Octal | 163 | 137 | 375 |
Decimal | 115 | 95 | 253 |
Hex | 73 | 5F | FD |
Shades of #735ffd
Tints of #735ffd
RGB Percentages of Color #735ffd
CMYK Percentages of Color #735ffd
Complementary Color
#735ffd | #e9fd5f |
#735ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#735ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#735ffd Color CSS Codes
.mybgcolor {background-color:#735ffd; } .myforecolor {color:#735ffd; } .mybordercolor {border:3px solid #735ffd; }
#735ffd Text Font Color
<p style="color:#735ffd">Text here</p>
This sample text font color is #735ffd
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.
#735ffd Background Color
<div style="background-color:#735ffd">
Div content here</div>
This div background color is #735ffd
#735ffd Border Color
<div style="border:3px solid #735ffd">
Div here</div>
This div border color is #735ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,95,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #735ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #735ffd; -webkit-box-shadow: 1px 1px 3px 2px #735ffd; box-shadow: 1px 1px 3px 2px #735ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,95,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 #735ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #735ffd; -webkit-box-shadow: 1px 1px 3px 2px #735ffd; box-shadow: 1px 1px 3px 2px #735ffd;">
Div content here</div>
This div box has shadow with color #735ffd
Comments
No comments written yet.
Please login to write comment.