Color spaces of #413353
RGB | 65 | 51 | 83 |
---|---|---|---|
HSL | 0.74 | 0.24 | 0.26 |
HSV | 266° | 39° | 33° |
CMYK | 0.22 | 0.39 | 0.00 0.67 |
XYZ | 4.9251 | 4.1160 | 8.7185 |
Yxy | 4.1160 | 0.2773 | 0.2318 |
Hunter Lab | 20.2879 | 7.8288 | -11.2776 |
CIE-Lab | 24.0513 | 13.7722 | -17.1494 |
#413353 color RGB value is (65,51,83).
#413353 hex color red value is 65, green value is 51 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #413353 hue: 0.74 , saturation: 0.24 and the lightness value of 413353 is 0.26.
The process color (four color CMYK) of #413353 color hex is 0.22, 0.39, 0.00, 0.67. Web safe color of #413353 is #333366. Color #413353 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00110011 | 01010011 |
Octal | 101 | 63 | 123 |
Decimal | 65 | 51 | 83 |
Hex | 41 | 33 | 53 |
Shades of #413353
Tints of #413353
RGB Percentages of Color #413353
CMYK Percentages of Color #413353
Complementary Color
#413353 | #455333 |
#413353 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#413353 Color Preview on White Background
Lorem ipsum dolor sit amet.
#413353 Color CSS Codes
.mybgcolor {background-color:#413353; } .myforecolor {color:#413353; } .mybordercolor {border:3px solid #413353; }
#413353 Text Font Color
<p style="color:#413353">Text here</p>
This sample text font color is #413353
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.
#413353 Background Color
<div style="background-color:#413353">
Div content here</div>
This div background color is #413353
#413353 Border Color
<div style="border:3px solid #413353">
Div here</div>
This div border color is #413353
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,51,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #413353; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #413353; -webkit-box-shadow: 1px 1px 3px 2px #413353; box-shadow: 1px 1px 3px 2px #413353; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,51,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #413353">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #413353; -webkit-box-shadow: 1px 1px 3px 2px #413353; box-shadow: 1px 1px 3px 2px #413353;">
Div content here</div>
This div box has shadow with color #413353
Comments
No comments written yet.
Please login to write comment.