Color spaces of #341daf
RGB | 52 | 29 | 175 |
---|---|---|---|
HSL | 0.69 | 0.72 | 0.40 |
HSV | 249° | 83° | 69° |
CMYK | 0.70 | 0.83 | 0.00 0.31 |
XYZ | 9.5934 | 4.7039 | 40.9598 |
Yxy | 4.7039 | 0.1736 | 0.0851 |
Hunter Lab | 21.6885 | 41.0005 | -96.7903 |
CIE-Lab | 25.8740 | 52.3079 | -72.1798 |
#341daf color RGB value is (52,29,175).
#341daf hex color red value is 52, green value is 29 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #341daf hue: 0.69 , saturation: 0.72 and the lightness value of 341daf is 0.40.
The process color (four color CMYK) of #341daf color hex is 0.70, 0.83, 0.00, 0.31. Web safe color of #341daf is #333399. Color #341daf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00011101 | 10101111 |
Octal | 64 | 35 | 257 |
Decimal | 52 | 29 | 175 |
Hex | 34 | 1D | AF |
Shades of #341daf
Tints of #341daf
RGB Percentages of Color #341daf
CMYK Percentages of Color #341daf
Complementary Color
#341daf | #98af1d |
#341daf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#341daf Color Preview on White Background
Lorem ipsum dolor sit amet.
#341daf Color CSS Codes
.mybgcolor {background-color:#341daf; } .myforecolor {color:#341daf; } .mybordercolor {border:3px solid #341daf; }
#341daf Text Font Color
<p style="color:#341daf">Text here</p>
This sample text font color is #341daf
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.
#341daf Background Color
<div style="background-color:#341daf">
Div content here</div>
This div background color is #341daf
#341daf Border Color
<div style="border:3px solid #341daf">
Div here</div>
This div border color is #341daf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,29,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #341daf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #341daf; -webkit-box-shadow: 1px 1px 3px 2px #341daf; box-shadow: 1px 1px 3px 2px #341daf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,29,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #341daf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #341daf; -webkit-box-shadow: 1px 1px 3px 2px #341daf; box-shadow: 1px 1px 3px 2px #341daf;">
Div content here</div>
This div box has shadow with color #341daf
Comments
No comments written yet.
Please login to write comment.