Color spaces of #347add
RGB | 52 | 122 | 221 |
---|---|---|---|
HSL | 0.60 | 0.71 | 0.54 |
HSV | 215° | 76° | 87° |
CMYK | 0.76 | 0.45 | 0.00 0.13 |
XYZ | 21.4269 | 19.8696 | 71.1125 |
Yxy | 19.8696 | 0.1906 | 0.1768 |
Hunter Lab | 44.5753 | 7.7963 | -63.3846 |
CIE-Lab | 51.6895 | 12.5410 | -56.8177 |
#347add color RGB value is (52,122,221).
#347add hex color red value is 52, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #347add hue: 0.60 , saturation: 0.71 and the lightness value of 347add is 0.54.
The process color (four color CMYK) of #347add color hex is 0.76, 0.45, 0.00, 0.13. Web safe color of #347add is #3366cc. Color #347add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01111010 | 11011101 |
Octal | 64 | 172 | 335 |
Decimal | 52 | 122 | 221 |
Hex | 34 | 7A | DD |
Shades of #347add
Tints of #347add
RGB Percentages of Color #347add
CMYK Percentages of Color #347add
Complementary Color
#347add | #dd9734 |
#347add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#347add Color Preview on White Background
Lorem ipsum dolor sit amet.
#347add Color CSS Codes
.mybgcolor {background-color:#347add; } .myforecolor {color:#347add; } .mybordercolor {border:3px solid #347add; }
#347add Text Font Color
<p style="color:#347add">Text here</p>
This sample text font color is #347add
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.
#347add Background Color
<div style="background-color:#347add">
Div content here</div>
This div background color is #347add
#347add Border Color
<div style="border:3px solid #347add">
Div here</div>
This div border color is #347add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,122,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #347add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #347add; -webkit-box-shadow: 1px 1px 3px 2px #347add; box-shadow: 1px 1px 3px 2px #347add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,122,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 #347add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #347add; -webkit-box-shadow: 1px 1px 3px 2px #347add; box-shadow: 1px 1px 3px 2px #347add;">
Div content here</div>
This div box has shadow with color #347add
Comments
No comments written yet.
Please login to write comment.