Color spaces of #343add
RGB | 52 | 58 | 221 |
---|---|---|---|
HSL | 0.66 | 0.71 | 0.54 |
HSV | 238° | 76° | 87° |
CMYK | 0.76 | 0.74 | 0.00 0.13 |
XYZ | 15.9804 | 8.9766 | 69.2970 |
Yxy | 8.9766 | 0.1695 | 0.0952 |
Hunter Lab | 29.9610 | 42.7755 | -116.1597 |
CIE-Lab | 35.9392 | 52.0885 | -82.4838 |
#343add color RGB value is (52,58,221).
#343add hex color red value is 52, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #343add hue: 0.66 , saturation: 0.71 and the lightness value of 343add is 0.54.
The process color (four color CMYK) of #343add color hex is 0.76, 0.74, 0.00, 0.13. Web safe color of #343add is #3333cc. Color #343add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00111010 | 11011101 |
Octal | 64 | 72 | 335 |
Decimal | 52 | 58 | 221 |
Hex | 34 | 3A | DD |
Shades of #343add
Tints of #343add
RGB Percentages of Color #343add
CMYK Percentages of Color #343add
Complementary Color
#343add | #ddd734 |
#343add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#343add Color Preview on White Background
Lorem ipsum dolor sit amet.
#343add Color CSS Codes
.mybgcolor {background-color:#343add; } .myforecolor {color:#343add; } .mybordercolor {border:3px solid #343add; }
#343add Text Font Color
<p style="color:#343add">Text here</p>
This sample text font color is #343add
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.
#343add Background Color
<div style="background-color:#343add">
Div content here</div>
This div background color is #343add
#343add Border Color
<div style="border:3px solid #343add">
Div here</div>
This div border color is #343add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,58,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #343add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #343add; -webkit-box-shadow: 1px 1px 3px 2px #343add; box-shadow: 1px 1px 3px 2px #343add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,58,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 #343add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #343add; -webkit-box-shadow: 1px 1px 3px 2px #343add; box-shadow: 1px 1px 3px 2px #343add;">
Div content here</div>
This div box has shadow with color #343add
Comments
No comments written yet.
Please login to write comment.