Color spaces of #3620cd
RGB | 54 | 32 | 205 |
---|---|---|---|
HSL | 0.69 | 0.73 | 0.46 |
HSV | 248° | 84° | 80° |
CMYK | 0.74 | 0.84 | 0.00 0.20 |
XYZ | 13.0573 | 6.2251 | 58.2710 |
Yxy | 6.2251 | 0.1684 | 0.0803 |
Hunter Lab | 24.9502 | 49.7526 | -121.0065 |
CIE-Lab | 29.9734 | 59.8320 | -83.1136 |
#3620cd color RGB value is (54,32,205).
#3620cd hex color red value is 54, green value is 32 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3620cd hue: 0.69 , saturation: 0.73 and the lightness value of 3620cd is 0.46.
The process color (four color CMYK) of #3620cd color hex is 0.74, 0.84, 0.00, 0.20. Web safe color of #3620cd is #3333cc. Color #3620cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00100000 | 11001101 |
Octal | 66 | 40 | 315 |
Decimal | 54 | 32 | 205 |
Hex | 36 | 20 | CD |
Shades of #3620cd
Tints of #3620cd
RGB Percentages of Color #3620cd
CMYK Percentages of Color #3620cd
Complementary Color
#3620cd | #b7cd20 |
#3620cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3620cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3620cd Color CSS Codes
.mybgcolor {background-color:#3620cd; } .myforecolor {color:#3620cd; } .mybordercolor {border:3px solid #3620cd; }
#3620cd Text Font Color
<p style="color:#3620cd">Text here</p>
This sample text font color is #3620cd
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.
#3620cd Background Color
<div style="background-color:#3620cd">
Div content here</div>
This div background color is #3620cd
#3620cd Border Color
<div style="border:3px solid #3620cd">
Div here</div>
This div border color is #3620cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,32,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3620cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3620cd; -webkit-box-shadow: 1px 1px 3px 2px #3620cd; box-shadow: 1px 1px 3px 2px #3620cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,32,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 #3620cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3620cd; -webkit-box-shadow: 1px 1px 3px 2px #3620cd; box-shadow: 1px 1px 3px 2px #3620cd;">
Div content here</div>
This div box has shadow with color #3620cd
Comments
No comments written yet.
Please login to write comment.