Color spaces of #454edb
RGB | 69 | 78 | 219 |
---|---|---|---|
HSL | 0.66 | 0.68 | 0.56 |
HSV | 236° | 68° | 86° |
CMYK | 0.68 | 0.64 | 0.00 0.14 |
XYZ | 17.9648 | 11.8285 | 68.3541 |
Yxy | 11.8285 | 0.1830 | 0.1205 |
Hunter Lab | 34.3926 | 33.0516 | -93.7621 |
CIE-Lab | 40.9422 | 41.5039 | -73.0741 |
#454edb color RGB value is (69,78,219).
#454edb hex color red value is 69, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #454edb hue: 0.66 , saturation: 0.68 and the lightness value of 454edb is 0.56.
The process color (four color CMYK) of #454edb color hex is 0.68, 0.64, 0.00, 0.14. Web safe color of #454edb is #3366cc. Color #454edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01001110 | 11011011 |
Octal | 105 | 116 | 333 |
Decimal | 69 | 78 | 219 |
Hex | 45 | 4E | DB |
Shades of #454edb
Tints of #454edb
RGB Percentages of Color #454edb
CMYK Percentages of Color #454edb
Complementary Color
#454edb | #dbd245 |
#454edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#454edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#454edb Color CSS Codes
.mybgcolor {background-color:#454edb; } .myforecolor {color:#454edb; } .mybordercolor {border:3px solid #454edb; }
#454edb Text Font Color
<p style="color:#454edb">Text here</p>
This sample text font color is #454edb
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.
#454edb Background Color
<div style="background-color:#454edb">
Div content here</div>
This div background color is #454edb
#454edb Border Color
<div style="border:3px solid #454edb">
Div here</div>
This div border color is #454edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,78,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #454edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #454edb; -webkit-box-shadow: 1px 1px 3px 2px #454edb; box-shadow: 1px 1px 3px 2px #454edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,78,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #454edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #454edb; -webkit-box-shadow: 1px 1px 3px 2px #454edb; box-shadow: 1px 1px 3px 2px #454edb;">
Div content here</div>
This div box has shadow with color #454edb
Comments
No comments written yet.
Please login to write comment.