Color spaces of #340ead
RGB | 52 | 14 | 173 |
---|---|---|---|
HSL | 0.71 | 0.85 | 0.37 |
HSV | 254° | 92° | 68° |
CMYK | 0.70 | 0.92 | 0.00 0.32 |
XYZ | 9.1160 | 4.0613 | 39.8386 |
Yxy | 4.0613 | 0.1719 | 0.0766 |
Hunter Lab | 20.1527 | 45.4768 | -103.1000 |
CIE-Lab | 23.8731 | 57.0050 | -74.3001 |
#340ead color RGB value is (52,14,173).
#340ead hex color red value is 52, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #340ead hue: 0.71 , saturation: 0.85 and the lightness value of 340ead is 0.37.
The process color (four color CMYK) of #340ead color hex is 0.70, 0.92, 0.00, 0.32. Web safe color of #340ead is #330099. Color #340ead contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00001110 | 10101101 |
Octal | 64 | 16 | 255 |
Decimal | 52 | 14 | 173 |
Hex | 34 | E | AD |
Shades of #340ead
Tints of #340ead
RGB Percentages of Color #340ead
CMYK Percentages of Color #340ead
Complementary Color
#340ead | #87ad0e |
#340ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#340ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#340ead Color CSS Codes
.mybgcolor {background-color:#340ead; } .myforecolor {color:#340ead; } .mybordercolor {border:3px solid #340ead; }
#340ead Text Font Color
<p style="color:#340ead">Text here</p>
This sample text font color is #340ead
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.
#340ead Background Color
<div style="background-color:#340ead">
Div content here</div>
This div background color is #340ead
#340ead Border Color
<div style="border:3px solid #340ead">
Div here</div>
This div border color is #340ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,14,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #340ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #340ead; -webkit-box-shadow: 1px 1px 3px 2px #340ead; box-shadow: 1px 1px 3px 2px #340ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,14,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #340ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #340ead; -webkit-box-shadow: 1px 1px 3px 2px #340ead; box-shadow: 1px 1px 3px 2px #340ead;">
Div content here</div>
This div box has shadow with color #340ead
Comments
No comments written yet.
Please login to write comment.