Color spaces of #415881
RGB | 65 | 88 | 129 |
---|---|---|---|
HSL | 0.61 | 0.33 | 0.38 |
HSV | 218° | 50° | 51° |
CMYK | 0.50 | 0.32 | 0.00 0.49 |
XYZ | 9.6321 | 9.6882 | 22.1312 |
Yxy | 9.6882 | 0.2324 | 0.2337 |
Hunter Lab | 31.1259 | 0.7677 | -20.3684 |
CIE-Lab | 37.2769 | 3.4699 | -25.7354 |
#415881 color RGB value is (65,88,129).
#415881 hex color red value is 65, green value is 88 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #415881 hue: 0.61 , saturation: 0.33 and the lightness value of 415881 is 0.38.
The process color (four color CMYK) of #415881 color hex is 0.50, 0.32, 0.00, 0.49. Web safe color of #415881 is #336699. Color #415881 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01011000 | 10000001 |
Octal | 101 | 130 | 201 |
Decimal | 65 | 88 | 129 |
Hex | 41 | 58 | 81 |
Shades of #415881
Tints of #415881
RGB Percentages of Color #415881
CMYK Percentages of Color #415881
Complementary Color
#415881 | #816a41 |
#415881 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#415881 Color Preview on White Background
Lorem ipsum dolor sit amet.
#415881 Color CSS Codes
.mybgcolor {background-color:#415881; } .myforecolor {color:#415881; } .mybordercolor {border:3px solid #415881; }
#415881 Text Font Color
<p style="color:#415881">Text here</p>
This sample text font color is #415881
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.
#415881 Background Color
<div style="background-color:#415881">
Div content here</div>
This div background color is #415881
#415881 Border Color
<div style="border:3px solid #415881">
Div here</div>
This div border color is #415881
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,88,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #415881; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #415881; -webkit-box-shadow: 1px 1px 3px 2px #415881; box-shadow: 1px 1px 3px 2px #415881; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,88,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #415881">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #415881; -webkit-box-shadow: 1px 1px 3px 2px #415881; box-shadow: 1px 1px 3px 2px #415881;">
Div content here</div>
This div box has shadow with color #415881
Comments
No comments written yet.
Please login to write comment.