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