Color spaces of #395cdf
RGB | 57 | 92 | 223 |
---|---|---|---|
HSL | 0.63 | 0.72 | 0.55 |
HSV | 227° | 74° | 87° |
CMYK | 0.74 | 0.59 | 0.00 0.13 |
XYZ | 18.8338 | 13.8519 | 71.4931 |
Yxy | 13.8519 | 0.1808 | 0.1330 |
Hunter Lab | 37.2181 | 25.1961 | -87.8387 |
CIE-Lab | 44.0198 | 32.7927 | -70.3503 |
#395cdf color RGB value is (57,92,223).
#395cdf hex color red value is 57, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #395cdf hue: 0.63 , saturation: 0.72 and the lightness value of 395cdf is 0.55.
The process color (four color CMYK) of #395cdf color hex is 0.74, 0.59, 0.00, 0.13. Web safe color of #395cdf is #3366cc. Color #395cdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01011100 | 11011111 |
Octal | 71 | 134 | 337 |
Decimal | 57 | 92 | 223 |
Hex | 39 | 5C | DF |
Shades of #395cdf
Tints of #395cdf
RGB Percentages of Color #395cdf
CMYK Percentages of Color #395cdf
Complementary Color
#395cdf | #dfbc39 |
#395cdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#395cdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#395cdf Color CSS Codes
.mybgcolor {background-color:#395cdf; } .myforecolor {color:#395cdf; } .mybordercolor {border:3px solid #395cdf; }
#395cdf Text Font Color
<p style="color:#395cdf">Text here</p>
This sample text font color is #395cdf
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.
#395cdf Background Color
<div style="background-color:#395cdf">
Div content here</div>
This div background color is #395cdf
#395cdf Border Color
<div style="border:3px solid #395cdf">
Div here</div>
This div border color is #395cdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,92,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #395cdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #395cdf; -webkit-box-shadow: 1px 1px 3px 2px #395cdf; box-shadow: 1px 1px 3px 2px #395cdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,92,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #395cdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #395cdf; -webkit-box-shadow: 1px 1px 3px 2px #395cdf; box-shadow: 1px 1px 3px 2px #395cdf;">
Div content here</div>
This div box has shadow with color #395cdf
Comments
No comments written yet.
Please login to write comment.