Color spaces of #433461
RGB | 67 | 52 | 97 |
---|---|---|---|
HSL | 0.72 | 0.30 | 0.29 |
HSV | 260° | 46° | 38° |
CMYK | 0.31 | 0.46 | 0.00 0.62 |
XYZ | 5.7004 | 4.5123 | 11.8798 |
Yxy | 4.5123 | 0.2580 | 0.2042 |
Hunter Lab | 21.2422 | 10.7272 | -18.2887 |
CIE-Lab | 25.2975 | 17.7091 | -24.3655 |
#433461 color RGB value is (67,52,97).
#433461 hex color red value is 67, green value is 52 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #433461 hue: 0.72 , saturation: 0.30 and the lightness value of 433461 is 0.29.
The process color (four color CMYK) of #433461 color hex is 0.31, 0.46, 0.00, 0.62. Web safe color of #433461 is #333366. Color #433461 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00110100 | 01100001 |
Octal | 103 | 64 | 141 |
Decimal | 67 | 52 | 97 |
Hex | 43 | 34 | 61 |
Shades of #433461
Tints of #433461
RGB Percentages of Color #433461
CMYK Percentages of Color #433461
Complementary Color
#433461 | #526134 |
#433461 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#433461 Color Preview on White Background
Lorem ipsum dolor sit amet.
#433461 Color CSS Codes
.mybgcolor {background-color:#433461; } .myforecolor {color:#433461; } .mybordercolor {border:3px solid #433461; }
#433461 Text Font Color
<p style="color:#433461">Text here</p>
This sample text font color is #433461
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.
#433461 Background Color
<div style="background-color:#433461">
Div content here</div>
This div background color is #433461
#433461 Border Color
<div style="border:3px solid #433461">
Div here</div>
This div border color is #433461
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,52,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #433461; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #433461; -webkit-box-shadow: 1px 1px 3px 2px #433461; box-shadow: 1px 1px 3px 2px #433461; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,52,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #433461">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #433461; -webkit-box-shadow: 1px 1px 3px 2px #433461; box-shadow: 1px 1px 3px 2px #433461;">
Div content here</div>
This div box has shadow with color #433461
Comments
No comments written yet.
Please login to write comment.