Color spaces of #4347dc
RGB | 67 | 71 | 220 |
---|---|---|---|
HSL | 0.66 | 0.69 | 0.56 |
HSV | 238° | 70° | 86° |
CMYK | 0.70 | 0.68 | 0.00 0.14 |
XYZ | 17.4862 | 10.8671 | 68.8861 |
Yxy | 10.8671 | 0.1798 | 0.1118 |
Hunter Lab | 32.9653 | 36.9948 | -100.8200 |
CIE-Lab | 39.3557 | 45.7712 | -76.2526 |
#4347dc color RGB value is (67,71,220).
#4347dc hex color red value is 67, green value is 71 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4347dc hue: 0.66 , saturation: 0.69 and the lightness value of 4347dc is 0.56.
The process color (four color CMYK) of #4347dc color hex is 0.70, 0.68, 0.00, 0.14. Web safe color of #4347dc is #3333cc. Color #4347dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 01000111 | 11011100 |
Octal | 103 | 107 | 334 |
Decimal | 67 | 71 | 220 |
Hex | 43 | 47 | DC |
Shades of #4347dc
Tints of #4347dc
RGB Percentages of Color #4347dc
CMYK Percentages of Color #4347dc
Complementary Color
#4347dc | #dcd843 |
#4347dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4347dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4347dc Color CSS Codes
.mybgcolor {background-color:#4347dc; } .myforecolor {color:#4347dc; } .mybordercolor {border:3px solid #4347dc; }
#4347dc Text Font Color
<p style="color:#4347dc">Text here</p>
This sample text font color is #4347dc
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.
#4347dc Background Color
<div style="background-color:#4347dc">
Div content here</div>
This div background color is #4347dc
#4347dc Border Color
<div style="border:3px solid #4347dc">
Div here</div>
This div border color is #4347dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,71,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4347dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4347dc; -webkit-box-shadow: 1px 1px 3px 2px #4347dc; box-shadow: 1px 1px 3px 2px #4347dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,71,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 #4347dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4347dc; -webkit-box-shadow: 1px 1px 3px 2px #4347dc; box-shadow: 1px 1px 3px 2px #4347dc;">
Div content here</div>
This div box has shadow with color #4347dc
Comments
No comments written yet.
Please login to write comment.