Color spaces of #372ecd
RGB | 55 | 46 | 205 |
---|---|---|---|
HSL | 0.68 | 0.63 | 0.49 |
HSV | 243° | 78° | 80° |
CMYK | 0.73 | 0.78 | 0.00 0.20 |
XYZ | 13.5720 | 7.1740 | 58.4270 |
Yxy | 7.1740 | 0.1714 | 0.0906 |
Hunter Lab | 26.7843 | 43.5759 | -110.5855 |
CIE-Lab | 32.1998 | 53.5819 | -79.4198 |
#372ecd color RGB value is (55,46,205).
#372ecd hex color red value is 55, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #372ecd hue: 0.68 , saturation: 0.63 and the lightness value of 372ecd is 0.49.
The process color (four color CMYK) of #372ecd color hex is 0.73, 0.78, 0.00, 0.20. Web safe color of #372ecd is #3333cc. Color #372ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00101110 | 11001101 |
Octal | 67 | 56 | 315 |
Decimal | 55 | 46 | 205 |
Hex | 37 | 2E | CD |
Shades of #372ecd
Tints of #372ecd
RGB Percentages of Color #372ecd
CMYK Percentages of Color #372ecd
Complementary Color
#372ecd | #c4cd2e |
#372ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#372ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#372ecd Color CSS Codes
.mybgcolor {background-color:#372ecd; } .myforecolor {color:#372ecd; } .mybordercolor {border:3px solid #372ecd; }
#372ecd Text Font Color
<p style="color:#372ecd">Text here</p>
This sample text font color is #372ecd
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.
#372ecd Background Color
<div style="background-color:#372ecd">
Div content here</div>
This div background color is #372ecd
#372ecd Border Color
<div style="border:3px solid #372ecd">
Div here</div>
This div border color is #372ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,46,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #372ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #372ecd; -webkit-box-shadow: 1px 1px 3px 2px #372ecd; box-shadow: 1px 1px 3px 2px #372ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,46,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #372ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #372ecd; -webkit-box-shadow: 1px 1px 3px 2px #372ecd; box-shadow: 1px 1px 3px 2px #372ecd;">
Div content here</div>
This div box has shadow with color #372ecd
Comments
No comments written yet.
Please login to write comment.