Color spaces of #430ddd
RGB | 67 | 13 | 221 |
---|---|---|---|
HSL | 0.71 | 0.89 | 0.46 |
HSV | 256° | 94° | 87° |
CMYK | 0.70 | 0.94 | 0.00 0.13 |
XYZ | 15.5098 | 6.7016 | 68.8827 |
Yxy | 6.7016 | 0.1703 | 0.0736 |
Hunter Lab | 25.8874 | 61.6407 | -139.6408 |
CIE-Lab | 31.1177 | 70.1349 | -90.4532 |
#430ddd color RGB value is (67,13,221).
#430ddd hex color red value is 67, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #430ddd hue: 0.71 , saturation: 0.89 and the lightness value of 430ddd is 0.46.
The process color (four color CMYK) of #430ddd color hex is 0.70, 0.94, 0.00, 0.13. Web safe color of #430ddd is #3300cc. Color #430ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00001101 | 11011101 |
Octal | 103 | 15 | 335 |
Decimal | 67 | 13 | 221 |
Hex | 43 | D | DD |
Shades of #430ddd
Tints of #430ddd
RGB Percentages of Color #430ddd
CMYK Percentages of Color #430ddd
Complementary Color
#430ddd | #a7dd0d |
#430ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#430ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#430ddd Color CSS Codes
.mybgcolor {background-color:#430ddd; } .myforecolor {color:#430ddd; } .mybordercolor {border:3px solid #430ddd; }
#430ddd Text Font Color
<p style="color:#430ddd">Text here</p>
This sample text font color is #430ddd
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.
#430ddd Background Color
<div style="background-color:#430ddd">
Div content here</div>
This div background color is #430ddd
#430ddd Border Color
<div style="border:3px solid #430ddd">
Div here</div>
This div border color is #430ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,13,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #430ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #430ddd; -webkit-box-shadow: 1px 1px 3px 2px #430ddd; box-shadow: 1px 1px 3px 2px #430ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,13,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #430ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #430ddd; -webkit-box-shadow: 1px 1px 3px 2px #430ddd; box-shadow: 1px 1px 3px 2px #430ddd;">
Div content here</div>
This div box has shadow with color #430ddd
Comments
No comments written yet.
Please login to write comment.