Color spaces of #3429cd
RGB | 52 | 41 | 205 |
---|---|---|---|
HSL | 0.68 | 0.67 | 0.48 |
HSV | 244° | 80° | 80° |
CMYK | 0.75 | 0.80 | 0.00 0.20 |
XYZ | 13.2286 | 6.7237 | 58.3582 |
Yxy | 6.7237 | 0.1689 | 0.0859 |
Hunter Lab | 25.9301 | 45.6866 | -115.2868 |
CIE-Lab | 31.1694 | 55.8000 | -81.1324 |
#3429cd color RGB value is (52,41,205).
#3429cd hex color red value is 52, green value is 41 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3429cd hue: 0.68 , saturation: 0.67 and the lightness value of 3429cd is 0.48.
The process color (four color CMYK) of #3429cd color hex is 0.75, 0.80, 0.00, 0.20. Web safe color of #3429cd is #3333cc. Color #3429cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00101001 | 11001101 |
Octal | 64 | 51 | 315 |
Decimal | 52 | 41 | 205 |
Hex | 34 | 29 | CD |
Shades of #3429cd
Tints of #3429cd
RGB Percentages of Color #3429cd
CMYK Percentages of Color #3429cd
Complementary Color
#3429cd | #c2cd29 |
#3429cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3429cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3429cd Color CSS Codes
.mybgcolor {background-color:#3429cd; } .myforecolor {color:#3429cd; } .mybordercolor {border:3px solid #3429cd; }
#3429cd Text Font Color
<p style="color:#3429cd">Text here</p>
This sample text font color is #3429cd
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.
#3429cd Background Color
<div style="background-color:#3429cd">
Div content here</div>
This div background color is #3429cd
#3429cd Border Color
<div style="border:3px solid #3429cd">
Div here</div>
This div border color is #3429cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,41,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3429cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3429cd; -webkit-box-shadow: 1px 1px 3px 2px #3429cd; box-shadow: 1px 1px 3px 2px #3429cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,41,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3429cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3429cd; -webkit-box-shadow: 1px 1px 3px 2px #3429cd; box-shadow: 1px 1px 3px 2px #3429cd;">
Div content here</div>
This div box has shadow with color #3429cd
Comments
No comments written yet.
Please login to write comment.