Color spaces of #340edb
RGB | 52 | 14 | 219 |
---|---|---|---|
HSL | 0.70 | 0.88 | 0.46 |
HSV | 251° | 94° | 86° |
CMYK | 0.76 | 0.94 | 0.00 0.14 |
XYZ | 14.3594 | 6.1586 | 67.4497 |
Yxy | 6.1586 | 0.1632 | 0.0700 |
Hunter Lab | 24.8165 | 59.8552 | -143.7748 |
CIE-Lab | 29.8091 | 68.8457 | -91.5105 |
#340edb color RGB value is (52,14,219).
#340edb hex color red value is 52, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #340edb hue: 0.70 , saturation: 0.88 and the lightness value of 340edb is 0.46.
The process color (four color CMYK) of #340edb color hex is 0.76, 0.94, 0.00, 0.14. Web safe color of #340edb is #3300cc. Color #340edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00001110 | 11011011 |
Octal | 64 | 16 | 333 |
Decimal | 52 | 14 | 219 |
Hex | 34 | E | DB |
Shades of #340edb
Tints of #340edb
RGB Percentages of Color #340edb
CMYK Percentages of Color #340edb
Complementary Color
#340edb | #b5db0e |
#340edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#340edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#340edb Color CSS Codes
.mybgcolor {background-color:#340edb; } .myforecolor {color:#340edb; } .mybordercolor {border:3px solid #340edb; }
#340edb Text Font Color
<p style="color:#340edb">Text here</p>
This sample text font color is #340edb
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.
#340edb Background Color
<div style="background-color:#340edb">
Div content here</div>
This div background color is #340edb
#340edb Border Color
<div style="border:3px solid #340edb">
Div here</div>
This div border color is #340edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,14,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #340edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #340edb; -webkit-box-shadow: 1px 1px 3px 2px #340edb; box-shadow: 1px 1px 3px 2px #340edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,14,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #340edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #340edb; -webkit-box-shadow: 1px 1px 3px 2px #340edb; box-shadow: 1px 1px 3px 2px #340edb;">
Div content here</div>
This div box has shadow with color #340edb
Comments
No comments written yet.
Please login to write comment.