Color spaces of #443275
RGB | 68 | 50 | 117 |
---|---|---|---|
HSL | 0.71 | 0.40 | 0.33 |
HSV | 256° | 57° | 46° |
CMYK | 0.42 | 0.57 | 0.00 0.54 |
XYZ | 6.7354 | 4.7945 | 17.4001 |
Yxy | 4.7945 | 0.2328 | 0.1657 |
Hunter Lab | 21.8963 | 16.5887 | -31.7878 |
CIE-Lab | 26.1411 | 25.2659 | -35.8756 |
#443275 color RGB value is (68,50,117).
#443275 hex color red value is 68, green value is 50 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #443275 hue: 0.71 , saturation: 0.40 and the lightness value of 443275 is 0.33.
The process color (four color CMYK) of #443275 color hex is 0.42, 0.57, 0.00, 0.54. Web safe color of #443275 is #333366. Color #443275 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00110010 | 01110101 |
Octal | 104 | 62 | 165 |
Decimal | 68 | 50 | 117 |
Hex | 44 | 32 | 75 |
Shades of #443275
Tints of #443275
RGB Percentages of Color #443275
CMYK Percentages of Color #443275
Complementary Color
#443275 | #637532 |
#443275 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#443275 Color Preview on White Background
Lorem ipsum dolor sit amet.
#443275 Color CSS Codes
.mybgcolor {background-color:#443275; } .myforecolor {color:#443275; } .mybordercolor {border:3px solid #443275; }
#443275 Text Font Color
<p style="color:#443275">Text here</p>
This sample text font color is #443275
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.
#443275 Background Color
<div style="background-color:#443275">
Div content here</div>
This div background color is #443275
#443275 Border Color
<div style="border:3px solid #443275">
Div here</div>
This div border color is #443275
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,50,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #443275; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #443275; -webkit-box-shadow: 1px 1px 3px 2px #443275; box-shadow: 1px 1px 3px 2px #443275; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,50,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #443275">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #443275; -webkit-box-shadow: 1px 1px 3px 2px #443275; box-shadow: 1px 1px 3px 2px #443275;">
Div content here</div>
This div box has shadow with color #443275
Comments
No comments written yet.
Please login to write comment.