Color spaces of #374fea
RGB | 55 | 79 | 234 |
---|---|---|---|
HSL | 0.64 | 0.81 | 0.57 |
HSV | 232° | 76° | 92° |
CMYK | 0.76 | 0.66 | 0.00 0.08 |
XYZ | 19.2228 | 12.3447 | 79.2115 |
Yxy | 12.3447 | 0.1735 | 0.1114 |
Hunter Lab | 35.1350 | 36.1732 | -109.0741 |
CIE-Lab | 41.7588 | 44.5315 | -80.2917 |
#374fea color RGB value is (55,79,234).
#374fea hex color red value is 55, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #374fea hue: 0.64 , saturation: 0.81 and the lightness value of 374fea is 0.57.
The process color (four color CMYK) of #374fea color hex is 0.76, 0.66, 0.00, 0.08. Web safe color of #374fea is #3366ff. Color #374fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01001111 | 11101010 |
Octal | 67 | 117 | 352 |
Decimal | 55 | 79 | 234 |
Hex | 37 | 4F | EA |
Shades of #374fea
Tints of #374fea
RGB Percentages of Color #374fea
CMYK Percentages of Color #374fea
Complementary Color
#374fea | #ead237 |
#374fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#374fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#374fea Color CSS Codes
.mybgcolor {background-color:#374fea; } .myforecolor {color:#374fea; } .mybordercolor {border:3px solid #374fea; }
#374fea Text Font Color
<p style="color:#374fea">Text here</p>
This sample text font color is #374fea
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.
#374fea Background Color
<div style="background-color:#374fea">
Div content here</div>
This div background color is #374fea
#374fea Border Color
<div style="border:3px solid #374fea">
Div here</div>
This div border color is #374fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,79,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #374fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #374fea; -webkit-box-shadow: 1px 1px 3px 2px #374fea; box-shadow: 1px 1px 3px 2px #374fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,79,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 #374fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #374fea; -webkit-box-shadow: 1px 1px 3px 2px #374fea; box-shadow: 1px 1px 3px 2px #374fea;">
Div content here</div>
This div box has shadow with color #374fea
Comments
No comments written yet.
Please login to write comment.