Color spaces of #354de9
RGB | 53 | 77 | 233 |
---|---|---|---|
HSL | 0.64 | 0.80 | 0.56 |
HSV | 232° | 77° | 91° |
CMYK | 0.77 | 0.67 | 0.00 0.09 |
XYZ | 18.8301 | 11.9478 | 78.4045 |
Yxy | 11.9478 | 0.1725 | 0.1094 |
Hunter Lab | 34.5656 | 36.7506 | -110.2905 |
CIE-Lab | 41.1330 | 45.2165 | -80.7576 |
#354de9 color RGB value is (53,77,233).
#354de9 hex color red value is 53, green value is 77 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #354de9 hue: 0.64 , saturation: 0.80 and the lightness value of 354de9 is 0.56.
The process color (four color CMYK) of #354de9 color hex is 0.77, 0.67, 0.00, 0.09. Web safe color of #354de9 is #3366ff. Color #354de9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 01001101 | 11101001 |
Octal | 65 | 115 | 351 |
Decimal | 53 | 77 | 233 |
Hex | 35 | 4D | E9 |
Shades of #354de9
Tints of #354de9
RGB Percentages of Color #354de9
CMYK Percentages of Color #354de9
Complementary Color
#354de9 | #e9d135 |
#354de9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#354de9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#354de9 Color CSS Codes
.mybgcolor {background-color:#354de9; } .myforecolor {color:#354de9; } .mybordercolor {border:3px solid #354de9; }
#354de9 Text Font Color
<p style="color:#354de9">Text here</p>
This sample text font color is #354de9
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.
#354de9 Background Color
<div style="background-color:#354de9">
Div content here</div>
This div background color is #354de9
#354de9 Border Color
<div style="border:3px solid #354de9">
Div here</div>
This div border color is #354de9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,77,233, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #354de9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #354de9; -webkit-box-shadow: 1px 1px 3px 2px #354de9; box-shadow: 1px 1px 3px 2px #354de9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,77,233, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #354de9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #354de9; -webkit-box-shadow: 1px 1px 3px 2px #354de9; box-shadow: 1px 1px 3px 2px #354de9;">
Div content here</div>
This div box has shadow with color #354de9
Comments
No comments written yet.
Please login to write comment.