Color spaces of #422373
RGB | 66 | 35 | 115 |
---|---|---|---|
HSL | 0.73 | 0.53 | 0.29 |
HSV | 263° | 70° | 45° |
CMYK | 0.43 | 0.70 | 0.00 0.55 |
XYZ | 5.9423 | 3.5981 | 16.6010 |
Yxy | 3.5981 | 0.2273 | 0.1376 |
Hunter Lab | 18.9687 | 22.7234 | -38.6114 |
CIE-Lab | 22.2956 | 33.3786 | -40.8182 |
#422373 color RGB value is (66,35,115).
#422373 hex color red value is 66, green value is 35 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #422373 hue: 0.73 , saturation: 0.53 and the lightness value of 422373 is 0.29.
The process color (four color CMYK) of #422373 color hex is 0.43, 0.70, 0.00, 0.55. Web safe color of #422373 is #333366. Color #422373 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00100011 | 01110011 |
Octal | 102 | 43 | 163 |
Decimal | 66 | 35 | 115 |
Hex | 42 | 23 | 73 |
Shades of #422373
Tints of #422373
RGB Percentages of Color #422373
CMYK Percentages of Color #422373
Complementary Color
#422373 | #547323 |
#422373 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#422373 Color Preview on White Background
Lorem ipsum dolor sit amet.
#422373 Color CSS Codes
.mybgcolor {background-color:#422373; } .myforecolor {color:#422373; } .mybordercolor {border:3px solid #422373; }
#422373 Text Font Color
<p style="color:#422373">Text here</p>
This sample text font color is #422373
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.
#422373 Background Color
<div style="background-color:#422373">
Div content here</div>
This div background color is #422373
#422373 Border Color
<div style="border:3px solid #422373">
Div here</div>
This div border color is #422373
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,35,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #422373; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #422373; -webkit-box-shadow: 1px 1px 3px 2px #422373; box-shadow: 1px 1px 3px 2px #422373; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,35,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #422373">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #422373; -webkit-box-shadow: 1px 1px 3px 2px #422373; box-shadow: 1px 1px 3px 2px #422373;">
Div content here</div>
This div box has shadow with color #422373
Comments
No comments written yet.
Please login to write comment.