Color spaces of #5436dc
RGB | 84 | 54 | 220 |
---|---|---|---|
HSL | 0.70 | 0.70 | 0.54 |
HSV | 251° | 75° | 86° |
CMYK | 0.62 | 0.75 | 0.00 0.14 |
XYZ | 17.8936 | 9.6905 | 68.6375 |
Yxy | 9.6905 | 0.1860 | 0.1007 |
Hunter Lab | 31.1296 | 48.1269 | -108.9377 |
CIE-Lab | 37.2811 | 56.9050 | -79.6227 |
#5436dc color RGB value is (84,54,220).
#5436dc hex color red value is 84, green value is 54 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5436dc hue: 0.70 , saturation: 0.70 and the lightness value of 5436dc is 0.54.
The process color (four color CMYK) of #5436dc color hex is 0.62, 0.75, 0.00, 0.14. Web safe color of #5436dc is #6633cc. Color #5436dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00110110 | 11011100 |
Octal | 124 | 66 | 334 |
Decimal | 84 | 54 | 220 |
Hex | 54 | 36 | DC |
Shades of #5436dc
Tints of #5436dc
RGB Percentages of Color #5436dc
CMYK Percentages of Color #5436dc
Complementary Color
#5436dc | #bedc36 |
#5436dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5436dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5436dc Color CSS Codes
.mybgcolor {background-color:#5436dc; } .myforecolor {color:#5436dc; } .mybordercolor {border:3px solid #5436dc; }
#5436dc Text Font Color
<p style="color:#5436dc">Text here</p>
This sample text font color is #5436dc
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.
#5436dc Background Color
<div style="background-color:#5436dc">
Div content here</div>
This div background color is #5436dc
#5436dc Border Color
<div style="border:3px solid #5436dc">
Div here</div>
This div border color is #5436dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,54,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5436dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5436dc; -webkit-box-shadow: 1px 1px 3px 2px #5436dc; box-shadow: 1px 1px 3px 2px #5436dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,54,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5436dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5436dc; -webkit-box-shadow: 1px 1px 3px 2px #5436dc; box-shadow: 1px 1px 3px 2px #5436dc;">
Div content here</div>
This div box has shadow with color #5436dc
Comments
No comments written yet.
Please login to write comment.