Color spaces of #3f29cd
RGB | 63 | 41 | 205 |
---|---|---|---|
HSL | 0.69 | 0.67 | 0.48 |
HSV | 248° | 80° | 80° |
CMYK | 0.69 | 0.80 | 0.00 0.20 |
XYZ | 13.8623 | 7.0504 | 58.3879 |
Yxy | 7.0504 | 0.1748 | 0.0889 |
Hunter Lab | 26.5526 | 46.7224 | -111.7891 |
CIE-Lab | 31.9214 | 56.6321 | -79.8636 |
#3f29cd color RGB value is (63,41,205).
#3f29cd hex color red value is 63, green value is 41 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3f29cd hue: 0.69 , saturation: 0.67 and the lightness value of 3f29cd is 0.48.
The process color (four color CMYK) of #3f29cd color hex is 0.69, 0.80, 0.00, 0.20. Web safe color of #3f29cd is #3333cc. Color #3f29cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 00101001 | 11001101 |
Octal | 77 | 51 | 315 |
Decimal | 63 | 41 | 205 |
Hex | 3F | 29 | CD |
Shades of #3f29cd
Tints of #3f29cd
RGB Percentages of Color #3f29cd
CMYK Percentages of Color #3f29cd
Complementary Color
#3f29cd | #b7cd29 |
#3f29cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3f29cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3f29cd Color CSS Codes
.mybgcolor {background-color:#3f29cd; } .myforecolor {color:#3f29cd; } .mybordercolor {border:3px solid #3f29cd; }
#3f29cd Text Font Color
<p style="color:#3f29cd">Text here</p>
This sample text font color is #3f29cd
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.
#3f29cd Background Color
<div style="background-color:#3f29cd">
Div content here</div>
This div background color is #3f29cd
#3f29cd Border Color
<div style="border:3px solid #3f29cd">
Div here</div>
This div border color is #3f29cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,41,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3f29cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3f29cd; -webkit-box-shadow: 1px 1px 3px 2px #3f29cd; box-shadow: 1px 1px 3px 2px #3f29cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,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 #3f29cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3f29cd; -webkit-box-shadow: 1px 1px 3px 2px #3f29cd; box-shadow: 1px 1px 3px 2px #3f29cd;">
Div content here</div>
This div box has shadow with color #3f29cd
Comments
No comments written yet.
Please login to write comment.