Color spaces of #394cda
RGB | 57 | 76 | 218 |
---|---|---|---|
HSL | 0.65 | 0.69 | 0.54 |
HSV | 233° | 74° | 85° |
CMYK | 0.74 | 0.65 | 0.00 0.15 |
XYZ | 16.9267 | 11.1007 | 67.5802 |
Yxy | 11.1007 | 0.1770 | 0.1161 |
Hunter Lab | 33.3177 | 32.3790 | -96.9389 |
CIE-Lab | 39.7496 | 41.0077 | -74.4817 |
#394cda color RGB value is (57,76,218).
#394cda hex color red value is 57, green value is 76 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #394cda hue: 0.65 , saturation: 0.69 and the lightness value of 394cda is 0.54.
The process color (four color CMYK) of #394cda color hex is 0.74, 0.65, 0.00, 0.15. Web safe color of #394cda is #3333cc. Color #394cda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01001100 | 11011010 |
Octal | 71 | 114 | 332 |
Decimal | 57 | 76 | 218 |
Hex | 39 | 4C | DA |
Shades of #394cda
Tints of #394cda
RGB Percentages of Color #394cda
CMYK Percentages of Color #394cda
Complementary Color
#394cda | #dac739 |
#394cda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#394cda Color Preview on White Background
Lorem ipsum dolor sit amet.
#394cda Color CSS Codes
.mybgcolor {background-color:#394cda; } .myforecolor {color:#394cda; } .mybordercolor {border:3px solid #394cda; }
#394cda Text Font Color
<p style="color:#394cda">Text here</p>
This sample text font color is #394cda
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.
#394cda Background Color
<div style="background-color:#394cda">
Div content here</div>
This div background color is #394cda
#394cda Border Color
<div style="border:3px solid #394cda">
Div here</div>
This div border color is #394cda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,76,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #394cda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #394cda; -webkit-box-shadow: 1px 1px 3px 2px #394cda; box-shadow: 1px 1px 3px 2px #394cda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,76,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #394cda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #394cda; -webkit-box-shadow: 1px 1px 3px 2px #394cda; box-shadow: 1px 1px 3px 2px #394cda;">
Div content here</div>
This div box has shadow with color #394cda
Comments
No comments written yet.
Please login to write comment.