Color spaces of #395fea
RGB | 57 | 95 | 234 |
---|---|---|---|
HSL | 0.63 | 0.81 | 0.57 |
HSV | 227° | 76° | 92° |
CMYK | 0.76 | 0.59 | 0.00 0.08 |
XYZ | 20.6308 | 14.9948 | 79.6488 |
Yxy | 14.9948 | 0.1790 | 0.1301 |
Hunter Lab | 38.7231 | 27.3353 | -94.8462 |
CIE-Lab | 45.6271 | 34.8555 | -73.9526 |
#395fea color RGB value is (57,95,234).
#395fea hex color red value is 57, green value is 95 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #395fea hue: 0.63 , saturation: 0.81 and the lightness value of 395fea is 0.57.
The process color (four color CMYK) of #395fea color hex is 0.76, 0.59, 0.00, 0.08. Web safe color of #395fea is #3366ff. Color #395fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01011111 | 11101010 |
Octal | 71 | 137 | 352 |
Decimal | 57 | 95 | 234 |
Hex | 39 | 5F | EA |
Shades of #395fea
Tints of #395fea
RGB Percentages of Color #395fea
CMYK Percentages of Color #395fea
Complementary Color
#395fea | #eac439 |
#395fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#395fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#395fea Color CSS Codes
.mybgcolor {background-color:#395fea; } .myforecolor {color:#395fea; } .mybordercolor {border:3px solid #395fea; }
#395fea Text Font Color
<p style="color:#395fea">Text here</p>
This sample text font color is #395fea
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.
#395fea Background Color
<div style="background-color:#395fea">
Div content here</div>
This div background color is #395fea
#395fea Border Color
<div style="border:3px solid #395fea">
Div here</div>
This div border color is #395fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,95,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #395fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #395fea; -webkit-box-shadow: 1px 1px 3px 2px #395fea; box-shadow: 1px 1px 3px 2px #395fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,95,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #395fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #395fea; -webkit-box-shadow: 1px 1px 3px 2px #395fea; box-shadow: 1px 1px 3px 2px #395fea;">
Div content here</div>
This div box has shadow with color #395fea
Comments
No comments written yet.
Please login to write comment.