Color spaces of #738ded
RGB | 115 | 141 | 237 |
---|---|---|---|
HSL | 0.63 | 0.77 | 0.69 |
HSV | 227° | 51° | 93° |
CMYK | 0.51 | 0.41 | 0.00 0.07 |
XYZ | 31.8812 | 28.8090 | 84.0011 |
Yxy | 28.8090 | 0.2203 | 0.1991 |
Hunter Lab | 53.6740 | 12.0956 | -55.2184 |
CIE-Lab | 60.6127 | 17.1774 | -51.3397 |
#738ded color RGB value is (115,141,237).
#738ded hex color red value is 115, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #738ded hue: 0.63 , saturation: 0.77 and the lightness value of 738ded is 0.69.
The process color (four color CMYK) of #738ded color hex is 0.51, 0.41, 0.00, 0.07. Web safe color of #738ded is #6699ff. Color #738ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10001101 | 11101101 |
Octal | 163 | 215 | 355 |
Decimal | 115 | 141 | 237 |
Hex | 73 | 8D | ED |
Shades of #738ded
Tints of #738ded
RGB Percentages of Color #738ded
CMYK Percentages of Color #738ded
Complementary Color
#738ded | #edd373 |
#738ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#738ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#738ded Color CSS Codes
.mybgcolor {background-color:#738ded; } .myforecolor {color:#738ded; } .mybordercolor {border:3px solid #738ded; }
#738ded Text Font Color
<p style="color:#738ded">Text here</p>
This sample text font color is #738ded
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.
#738ded Background Color
<div style="background-color:#738ded">
Div content here</div>
This div background color is #738ded
#738ded Border Color
<div style="border:3px solid #738ded">
Div here</div>
This div border color is #738ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,141,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #738ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #738ded; -webkit-box-shadow: 1px 1px 3px 2px #738ded; box-shadow: 1px 1px 3px 2px #738ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,141,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #738ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #738ded; -webkit-box-shadow: 1px 1px 3px 2px #738ded; box-shadow: 1px 1px 3px 2px #738ded;">
Div content here</div>
This div box has shadow with color #738ded
Comments
No comments written yet.
Please login to write comment.