Color spaces of #4d43dc
RGB | 77 | 67 | 220 |
---|---|---|---|
HSL | 0.68 | 0.69 | 0.56 |
HSV | 244° | 70° | 86° |
CMYK | 0.65 | 0.70 | 0.00 0.14 |
XYZ | 17.9860 | 10.7594 | 68.8390 |
Yxy | 10.7594 | 0.1843 | 0.1103 |
Hunter Lab | 32.8015 | 40.4739 | -101.4680 |
CIE-Lab | 39.1722 | 49.2460 | -76.5298 |
#4d43dc color RGB value is (77,67,220).
#4d43dc hex color red value is 77, green value is 67 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4d43dc hue: 0.68 , saturation: 0.69 and the lightness value of 4d43dc is 0.56.
The process color (four color CMYK) of #4d43dc color hex is 0.65, 0.70, 0.00, 0.14. Web safe color of #4d43dc is #6633cc. Color #4d43dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 01000011 | 11011100 |
Octal | 115 | 103 | 334 |
Decimal | 77 | 67 | 220 |
Hex | 4D | 43 | DC |
Shades of #4d43dc
Tints of #4d43dc
RGB Percentages of Color #4d43dc
CMYK Percentages of Color #4d43dc
Complementary Color
#4d43dc | #d2dc43 |
#4d43dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4d43dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4d43dc Color CSS Codes
.mybgcolor {background-color:#4d43dc; } .myforecolor {color:#4d43dc; } .mybordercolor {border:3px solid #4d43dc; }
#4d43dc Text Font Color
<p style="color:#4d43dc">Text here</p>
This sample text font color is #4d43dc
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.
#4d43dc Background Color
<div style="background-color:#4d43dc">
Div content here</div>
This div background color is #4d43dc
#4d43dc Border Color
<div style="border:3px solid #4d43dc">
Div here</div>
This div border color is #4d43dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,67,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4d43dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4d43dc; -webkit-box-shadow: 1px 1px 3px 2px #4d43dc; box-shadow: 1px 1px 3px 2px #4d43dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,67,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 #4d43dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4d43dc; -webkit-box-shadow: 1px 1px 3px 2px #4d43dc; box-shadow: 1px 1px 3px 2px #4d43dc;">
Div content here</div>
This div box has shadow with color #4d43dc
Comments
No comments written yet.
Please login to write comment.